Quellcode durchsuchen

Auto-completion for option `-d`

master
Arun Prakash Jana vor 5 Jahren
Ursprung
Commit
459b2cceb8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: A75979F35C080412
3 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      scripts/auto-completion/bash/nnn-completion.bash
  2. +1
    -0
      scripts/auto-completion/fish/nnn.fish
  3. +1
    -0
      scripts/auto-completion/zsh/_nnn

+ 1
- 0
scripts/auto-completion/bash/nnn-completion.bash Datei anzeigen

@@ -12,6 +12,7 @@ _nnn () {
local -a opts opts_with_args
opts=(
-b
-d
-e
-h
-i


+ 1
- 0
scripts/auto-completion/fish/nnn.fish Datei anzeigen

@@ -6,6 +6,7 @@
#

complete -c nnn -s b -r -d 'bookmark key to open'
complete -c nnn -s d -d 'show hidden files'
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'


+ 1
- 0
scripts/auto-completion/zsh/_nnn Datei anzeigen

@@ -10,6 +10,7 @@ setopt localoptions noshwordsplit noksharrays
local -a args
args=(
'(-b)-b[bookmark key to open]:key char'
'(-d)-d[show hidden files]'
'(-e)-e[use exiftool instead of mediainfo]'
'(-h)-h[show this help and exit]'
'(-i)-i[start in navigate-as-you-type mode]'


Laden…
Abbrechen
Speichern