diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-05-01 10:09:10 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-05-01 10:15:27 +0530 |
commit | 19448edfc66ed2a294eb2eb255678b264add5048 (patch) | |
tree | 8a06282c56bd01ac42b13a04731c0d2c1471f8ac /README.md | |
parent | 090324b8f110b0f2402e91de65a62420dd601b03 (diff) | |
download | nnn-19448edfc66ed2a294eb2eb255678b264add5048.tar.gz |
Update help on filter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 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. |