mirror of
https://github.com/cheat/cheat.git
synced 2025-04-06 09:44:02 +02:00
integrate with bash complete for autocompletion
This commit is contained in:
parent
e5114a3e76
commit
201cd1d629
6
scripts/cheat-autocompletion.bash
Executable file
6
scripts/cheat-autocompletion.bash
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
function _cheat_autocomplete {
|
||||||
|
wdlist='cheat -l|awk "{print $1}"'
|
||||||
|
COMPREPLY=(`compgen -W "$wdlist"`)
|
||||||
|
}
|
||||||
|
|
||||||
|
complete -F _cheat_autocomplete cheat
|
Loading…
x
Reference in New Issue
Block a user