fish-shell/share/completions/evince.fish
Fabian Homborg ce245704d7 Reformat completion scripts
These were excluded from style.fish
2019-05-05 12:53:09 +02:00

8 lines
403 B
Fish

complete -c evince -a '(__fish_complete_file_url)'
complete -c evince -s p -l page-label -d "The page of the document to display" -x
complete -c evince -s f -l fullscreen -d "Run evince in fullscreen mode"
complete -c evince -s s -l presentation -d "Run evince in presentation mode"
complete -c evince -s w -l preview -d "Run evince as a previewer"
complete -c evince -l display -d "X display to use"