aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-16Add path to accommodate macOS' dynamic $TMPDIRTom Ryder1-0/+6
2020-10-15Add a :redraw to redact_pass.vim before diag printTom Ryder1-0/+1
2020-06-25fish-completion: reuse "git" and "grep" completionsJohannes Altmanninger1-8/+12
2020-06-25fish-completion: don't erase existing completions for passJohannes Altmanninger1-1/+0
2020-06-25fish-completion: force some variables to be script-localJohannes Altmanninger1-2/+2
2020-06-25fish-completion: support completions for wrapper commandsJohannes Altmanninger1-5/+1
2020-06-25fish-completion: remove obsolete flagJohannes Altmanninger1-57/+57
2020-06-25fish-completion: avoid printing errors with an empty password storeJohannes Altmanninger1-1/+2
2020-04-19platform/darwin: don't invoke brew for the default prefixFilippo Valsorda1-1/+1
2020-04-19platform/darwin: drop using "display" to show QR codesFilippo Valsorda1-4/+0
2020-03-28emacs: Drop dependency on f libraryPhilip K3-9/+11
2019-11-28Unset variables messing with Git useMartin F. Krafft1-0/+1
2019-09-29emacs: Update docstring of password-store-clearTino Calancha2-2/+14
2019-09-16emacs: Make parameter optional in password-store-clearSergey Trofimov2-2/+7
2019-08-29emacs: Check that auth-source-pass-filename is bound before use itTino Calancha2-2/+6
2019-08-29Support extractions of secret fields other than passwordTino Calancha4-44/+109
2019-08-27emacs: Improve password-store-insert message on success/failureTino Calancha2-6/+14
2019-08-26Re add password-store-timeout for backward compatibilityTino Calancha2-1/+13
2019-08-26emacs: Prefer to use Emacs builtin customization machineryTino Calancha2-11/+23
2019-08-04emacs: require matching password for completionibizaman1-8/+10
2019-07-17Account for missing [:graph:] on Busybox by using [:alnum:][:punct:]Daniel Janus1-1/+1
2019-06-16Exclude invalid, disabled and revoked subkeys from subkey selectionAaron Jones1-1/+1
2019-06-10emacs: Delete duplicate entries from password-store-listTino Calancha1-4/+5
2019-04-25emacs: Drop nil command argumentsSvend Sorensen1-3/+3
2019-04-05emacs: Release version 2.0.0 of Emacs packageSvend Sorensen1-1/+1
2019-04-05emacs: Supprt asynchronous pass operations which return output.Ian Eure1-30/+53
2019-02-27clip: Add support for wl-clipboardBrett Cornwall3-6/+29
2018-10-31emacs: Fix typo in password-store-url function doc stringSvend Sorensen2-3/+7
2018-10-19bash-completion: detect whether to use gpg/gpg2 binary for complete keysElan Ruusamäe1-1/+4
2018-10-19bash_completion: do not leak variables to globals scopeElan Ruusamäe1-6/+6
2018-08-09Do not reencrypt symbolic linksAldis Berjoza2-0/+10
2018-08-03version: bump1.7.3Jason A. Donenfeld1-1/+1
2018-08-01show: do not store binary data in bash varsJason A. Donenfeld5-15/+18
2018-07-26Add custom bash completion for extensionsLars Flitter1-1/+12
2018-07-26Do not set foreground color for generated passwordLukas Fleischer1-1/+1
2018-06-25Do not put passwords in herestringsJason A. Donenfeld1-3/+3
2018-06-24Simplify filename matching in redact_pass.vimTom Ryder2-40/+11
2018-06-14version: bump1.7.2Jason A. Donenfeld1-1/+1
2018-06-14show: buffer output before displaying, in case decryption failsJason A. Donenfeld1-2/+4
2018-06-14Close stdout for background task that restores clipboardAllan Odgaard3-3/+3
2018-06-14Don't trap INT or TERM; they are redundant and can break `pass edit`.Nick Kousu1-2/+2
2018-06-14tests: fix compatibility with GnuPG 2.2.5Clément Lassieur1-1/+1
2018-06-14Add tests and documentation of passing options to grep(1)Norbert Buchmueller3-5/+18
2018-06-14Ensure signature regexes are anchoredJason A. Donenfeld1-4/+4
2018-06-10Replace noplaintext.vim as redact_pass.vim pluginTom Ryder3-46/+121
2018-05-24grep: allow grep options and argumentsSitaram Chamarty1-3/+3
2018-02-19fish: reduce completion runtimesMathis Antony1-14/+13
2018-02-08generate: disallow zero length generated passwordsJason A. Donenfeld1-1/+2
2018-02-01generate: in-place should work when file is emptyJason A. Donenfeld1-1/+1
2017-12-18Quote array specifierJason A. Donenfeld1-1/+1