Przeglądaj źródła

Auto-completion for option `-d`

master
Arun Prakash Jana 5 lat temu
rodzic
commit
459b2cceb8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
3 zmienionych plików z 3 dodań i 0 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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]'


Ładowanie…
Anuluj
Zapisz