mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Add regex exclude example
This commit is contained in:
parent
41f80f1f60
commit
5e8f0aec35
2
nnn.1
2
nnn.1
|
@ -229,6 +229,8 @@ Common regex use cases:
|
||||||
(2) Type '\\.mkv' to list all MKV files.
|
(2) Type '\\.mkv' to list all MKV files.
|
||||||
.br
|
.br
|
||||||
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
|
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
|
||||||
|
.br
|
||||||
|
(4) Exclude filenames having 'nnn' (compiled with PCRE lib): '^(?!nnn)'
|
||||||
.Pp
|
.Pp
|
||||||
In the \fInavigate-as-you-type\fR mode directories are opened in filter
|
In the \fInavigate-as-you-type\fR mode directories are opened in filter
|
||||||
mode, allowing continuous navigation. Works best with the \fBarrow keys\fR.
|
mode, allowing continuous navigation. Works best with the \fBarrow keys\fR.
|
||||||
|
|
Loading…
Reference in a new issue