mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update help on filter
This commit is contained in:
parent
090324b8f1
commit
19448edfc6
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue