Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-25 | fish-completion: remove obsolete flag | Johannes Altmanninger | |
The -A/--authoritative flag no longer has an effect since fish 2.5 which was released in 2017. | |||
2020-06-25 | fish-completion: avoid printing errors with an empty password store | Johannes Altmanninger | |
Reproduce by typing "pass <TAB>" in a shell launched like: HOME=`mktemp -d` fish Fish prints an error on failing globs - except when used in one of the commands "set", "for" or "count". Also quotes are unnecessary here. | |||
2018-02-19 | fish: reduce completion runtimes | Mathis Antony | |
Fish completion spends most of the time in calls to `sed` in for loops over entries and directories. This patch removes the repeated calls to `sed`. Signed-off-by: Mathis Antony <sveitser@gmail.com> | |||
2014-05-08 | completion: add new generate flags | 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-03-24 | Add some commonly used completions for `pass git` | Dmitry Medvinsky | |
2014-03-24 | Update copyright years and email address | Dmitry Medvinsky | |
2014-03-24 | Add `-p` `--path` option completion for `pass init` | Dmitry Medvinsky | |
2014-03-22 | Makefile: do not use recursion and organize | Jason A. Donenfeld | |