summaryrefslogtreecommitdiff
path: root/contrib/pass.zsh-completion
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pass.zsh-completion')
-rw-r--r--contrib/pass.zsh-completion10
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/pass.zsh-completion b/contrib/pass.zsh-completion
index ef52976..bcb2f98 100644
--- a/contrib/pass.zsh-completion
+++ b/contrib/pass.zsh-completion
@@ -1,12 +1,8 @@
#compdef pass
-# This file is under the GPLv2+ license.
-# Heavily based on http://zsh.sf.net/Guide/zshguide06.html#l177
-# And Frédéric Perrin article http://tar-jx.bz/notes/zsh-completion.html
-# Originally by Johan Venant, September 2012
-# Modified substantially by Brian Mattern, September 2012
-
-
+# Copyright (C) 2012 Johan Venant <jvenant@invicem.pro> and
+# Brian Mattern <rephorm@rephorm.com>. All Rights Reserved.
+# This file is licensed under the GPLv2+. Please see COPYING for more information.
_pass () {
local cmd
8:15 +0200'>2012-09-22EDITOR should be italicized.Jason A. Donenfeld1-2/+2 2012-09-22Allow git repo to be elsewhere via env var.Jason A. Donenfeld2-9/+24 2012-09-22I don't want --help or --version in bash completion.Jason A. Donenfeld1-1/+1 2012-09-22Vastly simplify GPG secret key finding logic.Jason A. Donenfeld1-1/+1 2012-09-22simplify logic slightlyBrian Mattern1-9/+12 2012-09-22turn -o filenames back onBrian Mattern1-10/+6 2012-09-22bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and amp...Jeffrey Ratcliffe1-14/+10 2012-09-21Better gpg key completion for `pass init`Brian Mattern1-2/+15 2012-09-21Append to COMPREPLY instead of inserting by indexBrian Mattern1-3/+1