summarylogtreecommitdiffstats
path: root/bash-completion
blob: c4876d2c2b17c43e1d6e4106d8b86d23e20dad1b (plain)
1
2
3
4
5
6
7
8
9
_ascii-fluid-dynamics() {
	 pushd /usr/lib/ascii-fluid-dynamics-git &>/dev/null
	 shopt -s dotglob
	 local things=(*)
	 COMPREPLY=( $(compgen -W "--color ${things[*]}" -- "${COMP_WORDS[COMP_CWORD]}") )
	 popd &>/dev/null
}

complete -F _ascii-fluid-dynamics ascii-fluid-dynamics