spm - simple password management script that stores passwords in your home directory
you can set new passwords or update old ones with set command
get command copies appropriate password to clipboard and
del command removes password and its entry from list
~ spm set some_web_site "some simple pass"
~ spm get some_web_site
password copied to clipboard
~ spm del some_web_site
passwords can be passed via pipes or entered interactively:
openssl rand -base64 32 | spm set randomPassword