Skip to content

Commit

Permalink
Added completions for entr
Browse files Browse the repository at this point in the history
  • Loading branch information
jazmit authored and faho committed Sep 2, 2015
1 parent f3695b9 commit 5e1c71b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions share/completions/entr.fish
@@ -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)'

0 comments on commit 5e1c71b

Please sign in to comment.