Skip to content

Commit

Permalink
Update help on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed May 1, 2018
1 parent 090324b commit 19448ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ There are 3 ways to reset a filter:
Common use cases:
- to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol
- 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.

Expand Down
2 changes: 2 additions & 0 deletions nnn.1
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ Common use cases:
with a '^' (caret) symbol.
.br
(2) Type '\\.mkv' to list all MKV files.
.br
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
.Pp
If
.Nm
Expand Down

0 comments on commit 19448ed

Please sign in to comment.