Its an attempt to fix the "leak" of sitenames/usernames I talked about in the HN thread linked above. I am sorry, I have not gotten around to fixing the READMEs etc yet. Is this something you would be interested in merging?
In any case, big thanks for making "pass". Its a pleasure to use.
I've been using it for a while, thanks! I had my own cli-based password manager, but yours is simpler and better.
I've made a few tiny hacks to make it work better for me:
- add a default length to the generate command
- allow abbreviating 'generate' as 'gen'
- default to copying to clipboard instead of stdout
- use xsel instead of xclip (no real reason except I already had it installed everywhere)
> The author of this article uses pass [1] for password management. I'm the author of pass, if anyone here has any questions.
Ah! I installed pass a few days ago! I was wondering why you decided to use gpg to encrypt instead of mcrypt (which would be "easier" to set up for the casual end-user since he'd only need a password and not a keys) ?
I also wished you could post your cgit.conf because I remember having troubles achieving something with mine but now I can't remember what. Well.
I eventually want to make a GUI equivalent as I learn to program, and had some other ideas that you have inspired as I try to get back to programming.
THANK YOU! I love your tool and it is one of my favorite tools. I check your git for other cool stuff as I stumbled upon your stuff many times.
Question: would you want to add a parameter to escape non-aplhanumeric characters? It took me a while of playing to figure out how to get mutt to handle my very complex IMAP passwords.
For anyone who cares, I do it with sed.
set my_pass=`pass email/this@email.org | sed 's/[[:punct:]]/\\&/g'`
Random question (I have no clue of mutt or Unix shells (the code there looks like one)): But isn't that a problem of the receiving application? You can't really ask every single application that outputs text to sprout arguments to support every possible escaping that might be needed eventually. And whatever comes out of the `foo` part shouldn't be interpreted or parsed anyway, right?
Great tool! I found out about it just now from the article.
Any thoughts of cross platform compatibility for the future? I find one of the best features of KeePass is the fact that it can be used on all my computers (even the ones not running Linux).
[1] http://www.zx2c4.com/projects/password-store/