Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | Replace 'which' with POSIX equivalent 'command -v' | Ayush Agarwal | |
The 'which' command is an external command that must be called each and every time pass is used. 'which' is also not mentioned in the README as one of the dependencies that might be needed to run pass. Instead of 'which', we can use the POSIX compatible and shell built-in 'command -v'. It saves pass from making an external call and is, arguably, more reliable than using 'which' as mentioned in the following link. | |||
2018-10-19 | bash-completion: detect whether to use gpg/gpg2 binary for complete keys | Elan Ruusamäe | |
Signed-off-by: Elan Ruusamäe <glen@pld-linux.org> | |||
2018-10-19 | bash_completion: do not leak variables to globals scope | Elan Ruusamäe | |
Signed-off-by: Elan Ruusamäe <glen@pld-linux.org> | |||
2018-07-26 | Add custom bash completion for extensions | Lars Flitter | |
Bash completion now allows usage of extension commands. (see pass.bash-completion for details) | |||
2016-02-06 | completion: Output a space when appropriate on bash completion | Anas Syed | |
Did this by not passing "-o nospace" to complete. Instead, put "compopt -o nospace" after a COMPREPLY that shouldn't add a space when autocompleting the only match | |||
2015-05-11 | bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slash | Samuel Lethiec | |
2014-05-08 | completion: add new generate flags | Jason A. Donenfeld | |
2014-04-18 | bash-completion: filter dot files from results | Jason A. Donenfeld | |
2014-04-18 | reencrypt: remove option, do automatically | Jason A. Donenfeld | |
2014-04-18 | reencryption: add to completion files | Jason A. Donenfeld | |
2014-04-17 | move/copy: always reencrypt passwords at destination | Jason A. Donenfeld | |
2014-04-17 | mv: Add pass mv/rename support | Jason A. Donenfeld | |
Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2014-04-15 | grep: add to completion files | Jason A. Donenfeld | |
2014-04-15 | find: add find/search command | Jason A. Donenfeld | |
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> | |||
2014-04-06 | Make completion cleaner. | Jason A. Donenfeld | |
2014-04-06 | bash-completion: complete the new init -p switch. | Jason A. Donenfeld | |
2014-03-22 | Makefile: do not use recursion and organize | Jason A. Donenfeld | |