From 5e1c71b059d0d43a79d03bd2c8639f7db987bf5a Mon Sep 17 00:00:00 2001 From: James Date: Sun, 2 Aug 2015 22:07:35 +0100 Subject: [PATCH] Added completions for entr --- share/completions/entr.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 share/completions/entr.fish diff --git a/share/completions/entr.fish b/share/completions/entr.fish new file mode 100644 index 000000000000..88a672351c49 --- /dev/null +++ b/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)'