aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man/pass.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add --version switch, per request.Jason A. Donenfeld2012-09-131-0/+3
|
* Use PASSWORD_STORE_DIR environment variable if it is set.Jason A. Donenfeld2012-09-121-3/+4
| | | | | | | | | | | | | | | A user made this request: I was wondering whether it is in a planning to have multiple password-store directory trees or possible to achieve? eg. $HOME/.pwd-store-work and $HOME/.pwd-store-home. Maybe distinguish them with a command line switch and then create aliases in .bash_aliases? Why I'm asking is that I have multiple major password categories - personal, work etc. It'll be nice to keep them separate and under different repos. Reported-by: Simon KP <si@eskp.net>
* Fix makefile and use proper manpage hyperlinks.Jason A. Donenfeld2012-09-111-1/+9
|
* Add an edit mode that uses $EDITOR.Jason A. Donenfeld2012-09-111-0/+9
| | | | | | | | This allows users to edit password files using temporary files created in /dev/shm. This commit also tidies other things up and fixes minor bugs and griviences that should be separate commits but aren't. Reported-by: rupa <rupa@lrrr.us>
* Only copy the first line of the password file to the clipboard.Jason A. Donenfeld2012-09-081-2/+2
|
* Update FSF address, add copyrights.1.1.3Jason A. Donenfeld2012-09-071-6/+6
|
* No echo mode.Jason A. Donenfeld2012-09-041-4/+5
| | | | | | | | Add a --no-echo flag to the insert operation so that the password isn't echoed when entering it. This requires the user to echo the password twice for confirmation. Reported-by: Dominic Lüchinger <d.luechinger@snowgarden.ch>
* Separate out the massive git example.Jason A. Donenfeld2012-09-041-10/+14
|
* Move examples into manpage.Jason A. Donenfeld2012-09-031-3/+191
|
* Make into a real project.Jason A. Donenfeld2012-09-031-0/+135