summaryrefslogtreecommitdiff
path: root/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* EDITOR should be italicized.Jason A. Donenfeld2012-09-221-2/+2
* Allow git repo to be elsewhere via env var.Jason A. Donenfeld2012-09-221-7/+22
* Add support for PASSWORD_STORE_KEY env var.Jason A. Donenfeld2012-09-211-1/+3
* Add option to init to reencrypt all passwords.Jason A. Donenfeld2012-09-211-2/+6
* Prompt before overwriting password in generate, unless --force is provided.Jason A. Donenfeld2012-09-201-4/+5
* Clean up git handling.Jason A. Donenfeld2012-09-191-13/+11
* Support recursive and forced removal.Jason A. Donenfeld2012-09-161-2/+4
* Allow avoiding the prompt for overwriting, with --force flag.Jason A. Donenfeld2012-09-131-2/+3
* 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
* 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
* 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
* Separate out the massive git example.Jason A. Donenfeld2012-09-041-10/+14
* Move examples into manpage.Jason A. Donenfeld2012-09-032-3/+213
* Make into a real project.Jason A. Donenfeld2012-09-031-0/+135
-05-10reencryption: Properly escape input to sedJason A. Donenfeld1-1/+1 2014-05-10git: use secure tmp directoryJason A. Donenfeld1-4/+11 2014-05-10configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33