]> Sergey Matveev's repositories - nnn.git/commitdiff
Update help on filter
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 1 May 2018 04:39:10 +0000 (10:09 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 1 May 2018 04:45:27 +0000 (10:15 +0530)
README.md
nnn.1

index 66d142ed0b65e336b975f18a6a8647abc63f56fc..bb1596df361ce1747c06b1b0cc7553899090bb4c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.
 
diff --git a/nnn.1 b/nnn.1
index 5c1a42b98dcf142a5f8e713b40f4a5531da5d0f2..dc33553283721bdefd30b6ff1c23e1aaa2e1b8a0 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -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