aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/pass.fish-completion (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-03emacs: Remove unused s library dependencyMekeor Melire2-2/+6
2022-12-26emacs: Drop external dependency auth-source-passTino Calancha3-4/+8
2022-09-22tests: Replace short OpenPGP keyids with fingerprintsJustus Winter2-8/+8
2022-09-06emacs: Add command password-store-generate-no-symbolsTino Calancha3-4/+35
2022-03-06emacs: Fix an infloop on Windows enviromentsTino Calancha2-2/+7
2022-01-17Ensure compatibility with tree 2.0Marius Bakke1-2/+2
2021-09-23Fix unecessary reencryptions on MacOSSam W1-1/+1
2021-09-23Exclude `*/.extensions` from grep/reencryptAxel Tripier1-2/+2
2021-09-23Add missing local variable declarationAxel Tripier1-1/+1
2021-09-23Replace 'which' with POSIX equivalent 'command -v'Ayush Agarwal4-6/+6
2021-09-23Default to xclip if wl-clip is not foundSantiago Zarate1-3/+3
2021-06-15Remove shebang from fish completionDan Čermák1-2/+0
2021-06-11version: bump1.7.4Jason A. Donenfeld1-1/+1
2021-06-11Ignore non-printable characters in calls to treeRémi Lapeyre2-2/+7
2021-06-11Use GPG_OPTS when verifying .gpg-id signaturevnctdj1-1/+1
2021-06-11Strip comments in gpg-id filesRichard Towers1-0/+2
2021-06-11Escape colons in zsh completion to show url portsGuido Cella1-1/+1
2021-06-11passmenu: add support for waylandsternenseemann2-3/+20
2021-05-18fish-completion: don't print full path when PASSWORD_STORE_DIR is setJohannes Altmanninger1-4/+4
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