fish-shell/share/completions/scrot.fish
Johannes Altmanninger 9c327b19a6 Fix extra or missing newlines at end of file in our fish scripts
New fish_indent does that too, so this will make any future reformatting
diffs smaller.

Done using either of:

	perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish
	kak -n -f '<a-/>\n*<ret>d' share/**.fish
2020-08-09 23:53:46 +02:00

11 lines
741 B
Fish

complete -c scrot -s h -l help -d 'Display help and exit'
complete -c scrot -s v -l version -d 'Display version information and exit'
complete -c scrot -s b -l border -d 'When selecting a window, grab wm border too'
complete -c scrot -s c -l count -d 'Display a countdown when used with delay'
complete -c scrot -s d -l delay -d 'Wait NUMBER of seconds before taking a shot'
complete -c scrot -s e -l exec -d 'Execute APPLICATION on the saved image'
complete -c scrot -s q -l quality -d 'Image quality [1-100]'
complete -c scrot -s m -l multidisp -d 'Grab shot from multiple heads'
complete -c scrot -s s -l select -d 'Select a window or rectangle with the mouse'
complete -c scrot -s t -l thumb -d 'Generate thumbnail PERCENT of original'