mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
feat(completion): support termux-infrared-transmit command
This commit is contained in:
parent
68324235db
commit
8dec523819
1 changed files with 11 additions and 0 deletions
11
share/completions/termux-infrared-transmit.fish
Normal file
11
share/completions/termux-infrared-transmit.fish
Normal file
|
@ -0,0 +1,11 @@
|
|||
set command termux-infrared-transmit
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
complete -c $command \
|
||||
-s h \
|
||||
-d 'Show [h]elp'
|
||||
|
||||
complete -c $command \
|
||||
-s f \
|
||||
-d 'Specify IR carrier [f]requency'
|
Loading…
Reference in a new issue