nnn/scripts/auto-completion/fish/nnn.fish

17 lines
624 B
Fish
Raw Normal View History

2017-09-02 06:53:19 +00:00
#
# Fish completion definition for nnn.
#
# Author:
# Arun Prakash Jana <engineerarun@gmail.com>
#
2018-12-09 03:06:00 +00:00
complete -c nnn -s b -r -d 'bookmark key to open'
2018-12-04 03:58:04 +00:00
complete -c nnn -s C -d 'disable directory color'
2017-09-02 06:53:19 +00:00
complete -c nnn -s e -d 'use exiftool instead of mediainfo'
complete -c nnn -s h -d 'show this help and exit'
complete -c nnn -s i -d 'start in navigate-as-you-type mode'
complete -c nnn -s l -d 'start in light mode (fewer details)'
2018-12-09 03:06:00 +00:00
complete -c nnn -s p -r -d 'copy selection to file'
2017-09-02 06:53:19 +00:00
complete -c nnn -s S -d 'start in disk usage analyzer mode'
complete -c nnn -s v -d 'show program version and exit'