mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
completions: add imv
This commit is contained in:
committed by
Fabian Homborg
parent
4b95f2c5ee
commit
3774edba93
13
share/completions/imv.fish
Normal file
13
share/completions/imv.fish
Normal file
@@ -0,0 +1,13 @@
|
||||
complete -c imv -s h --description 'Show help message and quit'
|
||||
complete -c imv -s v --description 'Show version and quit'
|
||||
complete -c imv -s b --description 'Background colour (6-digit hex)' -x
|
||||
complete -c imv -s c --description 'Command to run on launch' -x
|
||||
complete -c imv -s d --description 'Visible overlay'
|
||||
complete -c imv -s f --description 'Start fullscreen'
|
||||
complete -c imv -s l --description 'List open files to stdout at exit'
|
||||
complete -c imv -s n --description 'Start with the given path/index selected'
|
||||
complete -c imv -s r --description 'Load directories recursively'
|
||||
complete -c imv -s s --description 'Set scaling mode to use' -xa "none shrink full"
|
||||
complete -c imv -s t --description 'Slideshow mode with X seconds per photo' -x
|
||||
complete -c imv -s u --description 'Upscaling method' -xa "linear nearest_neighbour"
|
||||
complete -c imv -s x --description 'Disable looping of input paths'
|
||||
Reference in New Issue
Block a user