- stores your passwords in a file on your disk
- encrypts the file with a master password
- is designed for every-day-use
- is written in
234lines of understandable Ruby code… Read it! - is tested with 222 Cucumber steps […]
pws: The ruby-powered command-line password manager
Access the system clipboard with JRuby
This is my first jruby code (written for the clipboard gem) and I was quite surprised that you only need one-liners ;) […]