aboutsummaryrefslogtreecommitdiffstats
path: root/passextract.bash-completion
blob: 829cc1d41ea5c82c88a1203f37909b3e1106fe85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2016  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