mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Added completions for entr
This commit is contained in:
parent
f3695b95fc
commit
5e1c71b059
1 changed files with 5 additions and 0 deletions
5
share/completions/entr.fish
Normal file
5
share/completions/entr.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
complete -c entr -s r -d 'Launches the utility at startup and reloads it if one of the source files change'
|
||||
complete -c entr -s c -d 'Clears the screen before running the utility'
|
||||
complete -c entr -s h -l help -d 'Display help and exit'
|
||||
complete -c entr -s v -l version -d 'Output version information'
|
||||
complete -c entr -x -a '(__fish_complete_subcommand)'
|
Loading…
Reference in a new issue