Skip to content

Commit

Permalink
added bash completion for tessen.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Sep 19, 2021
1 parent 95966f4 commit 22f1b54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions completion/pass-tessen.bash-completion
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PASSWORD_STORE_EXTENSION_COMMANDS+=(tessen)

__password_store_extension_complete_tessen() {
local args=(-p --preview -h --help -v --version)
COMPREPLY+=($(compgen -W "${args[*]}" -- ${cur}))
_pass_complete_entries
}

0 comments on commit 22f1b54

Please sign in to comment.