aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/completion/pass.bash-completion (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: detect whether to use gpg/gpg2 binary for complete keysElan Ruusamäe2018-10-191-1/+4
| | | | Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
* bash_completion: do not leak variables to globals scopeElan Ruusamäe2018-10-191-6/+6
| | | | Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
* Add custom bash completion for extensionsLars Flitter2018-07-261-1/+12
| | | | | Bash completion now allows usage of extension commands. (see pass.bash-completion for details)
* completion: Output a space when appropriate on bash completionAnas Syed2016-02-061-1/+19
| | | | | | 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
* bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slashSamuel Lethiec2015-05-111-0/+2
|
* completion: add new generate flagsJason A. Donenfeld2014-05-081-1/+1
|
* bash-completion: filter dot files from resultsJason A. Donenfeld2014-04-181-3/+8
|
* reencrypt: remove option, do automaticallyJason A. Donenfeld2014-04-181-2/+2
|
* reencryption: add to completion filesJason A. Donenfeld2014-04-181-1/+1
|
* move/copy: always reencrypt passwords at destinationJason A. Donenfeld2014-04-171-2/+2
|
* mv: Add pass mv/rename supportJason A. Donenfeld2014-04-171-0/+4
| | | | | Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* grep: add to completion filesJason A. Donenfeld2014-04-151-1/+1
|
* find: add find/search commandJason A. Donenfeld2014-04-151-1/+1
| | | | | | | 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>
* Make completion cleaner.Jason A. Donenfeld2014-04-061-3/+4
|
* bash-completion: complete the new init -p switch.Jason A. Donenfeld2014-04-061-6/+19
|
* Makefile: do not use recursion and organizeJason A. Donenfeld2014-03-221-0/+87