Bankey

Get given characters from your password / text

Installation

Install it yourself as:

$ gem install bankey

Usage

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request