aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update for new URL.Jason A. Donenfeld2014-05-271-1/+1
|
* inplace: mutually exclusive with forceJason A. Donenfeld2014-05-081-1/+1
|
* generate: add --in-place optionJason A. Donenfeld2014-05-061-2/+4
|
* init: allow deinitializationJason A. Donenfeld2014-04-181-1/+3
|
* reencrypt: remove option, do automaticallyJason A. Donenfeld2014-04-181-8/+8
|
* reencryption: only reencrypt files when requiredJason A. Donenfeld2014-04-181-6/+6
|
* move/copy: always reencrypt passwords at destinationJason A. Donenfeld2014-04-171-1/+9
|
* mv: Add pass mv/rename supportJason A. Donenfeld2014-04-171-0/+6
| | | | | Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Note GREP_OPTIONS in man page.Jason A. Donenfeld2014-04-161-1/+2
|
* grep: add new pass grep commandJason A. Donenfeld2014-04-151-0/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* find: add find/search commandJason A. Donenfeld2014-04-151-0/+24
| | | | | | | This relies on a patched version of tree to work, unfortunately. Hopefully upstream will accept our patch. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* umask: allow overridableJason A. Donenfeld2014-03-231-0/+3
| | | | Suggested-by: Matthew Richardson <m.richardson@ed.ac.uk>
* clip: rename SELECTION to X_SELECTIONJason A. Donenfeld2014-03-221-1/+1
|
* Man page typo.Alex Burka2014-03-201-2/+2
|
* Configurable clipboard time.Jason A. Donenfeld2014-03-201-3/+7
|
* Allow selection to be overriden by $SELECTIONJason A. Donenfeld2014-03-201-0/+5
| | | | | | Some users want to use a different clipboard for pass. Suggested-by: nand <nand@nand.wakku.to>
* git: sign commits if enabledJason A. Donenfeld2014-03-201-2/+5
|
* man: Document multiple keys in env varJason A. Donenfeld2014-03-201-1/+3
|
* Team pass: enable multiple keys and per directoryJason A. Donenfeld2014-03-191-6/+12
| | | | | | | | | | The .gpg-id file may now have multiple keys in it, one per line. If a .gpg-id file exists inside a subdirectory, passwords inside that directory are encrypted to that/those ids. The init command has learned a -p/--path option for writing such a sub directory .gpg-id and now can take several arguments for ids.
* Man page cosmetics.1.4.2Jason A. Donenfeld2012-10-181-1/+1
|
* Fix gpg22 man page typo.Jason A. Donenfeld2012-10-091-1/+1
|
* Make --no-echo default, and rename to --echo.Jason A. Donenfeld2012-10-031-2/+2
| | | | Reported-by: Paul Wise <pabs@debian.org>
* Explicitly use gpg2 rather than relying on symlink.Jason A. Donenfeld2012-09-301-2/+2
|
* Style fixes.1.4Jason A. Donenfeld2012-09-241-4/+6
|
* 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
| | | | Reported-by: Simon KP <si@eskp.net>
* 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
| | | | | | Get rid of push/pull shortcuts, as they weren't widely used. Add contents to repo on git init. Centralize git add logic, and make it less error prone.
* Support recursive and forced removal.Jason A. Donenfeld2012-09-161-2/+4
| | | | | | Laurent asked for this. Reported-by: Laurent Ghigonis <laurent@p1sec.com>
* 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
| | | | | | | | | | | | | | | 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-032-3/+213
|
* Make into a real project.Jason A. Donenfeld2012-09-031-0/+135