From 19448edfc66ed2a294eb2eb255678b264add5048 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 1 May 2018 10:09:10 +0530 Subject: [PATCH] Update help on filter --- README.md | 1 + nnn.1 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 66d142ed..bb1596df 100644 --- 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 5c1a42b9..dc335532 100644 --- 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