Update help on filter

This commit is contained in:
Arun Prakash Jana 2018-05-01 10:09:10 +05:30
parent 090324b8f1
commit 19448edfc6
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 3 additions and 0 deletions

View file

@ -264,6 +264,7 @@ There are 3 ways to reset a filter:
Common use cases: Common use cases:
- to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol - to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol
- type `\.mkv` to list all MKV files - type `\.mkv` to list all MKV files
- use `.*` to match any character (_sort of_ fuzzy search)
If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files. If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files.

2
nnn.1
View file

@ -198,6 +198,8 @@ Common use cases:
with a '^' (caret) symbol. with a '^' (caret) symbol.
.br .br
(2) Type '\\.mkv' to list all MKV files. (2) Type '\\.mkv' to list all MKV files.
.br
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
.Pp .Pp
If If
.Nm .Nm