aboutsummaryrefslogtreecommitdiffstats
path: root/passextract.bash-completion
blob: 90beb3a546efb8d0ed26b6b8f9c5d64e6b13a65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2016, 2018  Teddy Wing
#
# This file is licensed under the GNU GPLv3+. Please see the COPYING
# file for more information.

_passextract() {
	local cur=${COMP_WORDS[COMP_CWORD]}

	COMPREPLY=( $( compgen -- ${cur} ) )
	_pass_complete_entries 1
}

complete -o filenames -o nospace -F _passextract passextract