Get given characters from your password / text
Install it yourself as:
$ gem install bankey
Just do:
$ bankey
And you will do something like this (your input won't be echoed):
Enter your password/input string:
Which characters do you need? [space is a separator]:
1 3 7 8
1 -> 3 -> 7 -> 8
m -> s -> t -> p
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request