diff options
| author | 2018-05-01 10:09:10 +0530 | |
|---|---|---|
| committer | 2018-05-01 10:15:27 +0530 | |
| commit | 19448edfc66ed2a294eb2eb255678b264add5048 (patch) | |
| tree | 8a06282c56bd01ac42b13a04731c0d2c1471f8ac | |
| parent | 090324b8f110b0f2402e91de65a62420dd601b03 (diff) | |
| download | nnn-19448edfc66ed2a294eb2eb255678b264add5048.tar.gz | |
Update help on filter
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | nnn.1 | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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. @@ -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 |