Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 979 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 979 Bytes

fake-string-deshuffle

This bash script creates a cool animation of deshuffling a string char by char or all at once, like a password cracker or so.

There are a few options to customize the result

Usage: fake-deshuffle [-1] [-t value] [-c value] -s value
  -h               Display help
  -1               Set one_by_one flag
  -t value         Set speed value (default: 0.04)
  -c value         Set random characters to use (default: АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюяΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρστυφχψω)
  -s value         Set string value (mandatory)

Examples:

All at once (default)

Alt Text

Character by character, faster

Alt Text

Multiline with custom characters to pick from

Alt Text