mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Add completions for evince
darcs-hash:20070418224801-ac50b-83713782420d5f820add93e47b57d2289f289b61.gz
This commit is contained in:
parent
3e030bc6c6
commit
91d1dee06b
1 changed files with 8 additions and 0 deletions
8
share/completions/evince.fish
Normal file
8
share/completions/evince.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
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"
|
||||
|
Loading…
Reference in a new issue