Skip to content

These scripts allow to pass a string as an argument and create an animated effect of deshuffling it letter by letter.

Notifications You must be signed in to change notification settings

pedrocatalao/fake-string-deshuffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

These scripts allow to pass a string as an argument and create an animated effect of deshuffling it letter by letter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages