repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
ipe
/
ipe.bash-completion
blob
6ccc11e019885a1bf26ba5aed5bd7bb9af540738
1
have ipe &&
2
_ipe()
3
{
4
local cur xspec
5
6
COMPREPLY=()
7
_get_comp_words_by_ref cur
8
9
xspec="!*.@(ipe|pdf|eps)"
10
11
_expand || return 0
12
13
COMPREPLY=( $( compgen -f -X "$xspec" -- "$cur" ) \
14
$( compgen -d -- "$cur" ) )
15
} &&
16
complete -F _ipe -o filenames ipe