[+] Generate shell completions
https://github.com/hykilpikonna/hyfetch/issues/96
This commit is contained in:
parent
2007c7c01e
commit
365abe2c80
5 changed files with 212 additions and 5 deletions
|
|
@ -3,6 +3,6 @@
|
|||
# Echo all commands
|
||||
set -x
|
||||
|
||||
shtab --shell=bash hyfetch.main.create_parser > hyfetch/scripts/autocomplete.bash
|
||||
shtab --shell=zsh hyfetch.main.create_parser > hyfetch/scripts/autocomplete.zsh
|
||||
shtab --shell=tcsh hyfetch.main.create_parser > hyfetch/scripts/autocomplete.csh
|
||||
shtab --shell=bash -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.bash
|
||||
shtab --shell=zsh -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.zsh
|
||||
shtab --shell=tcsh -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.csh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue