From 8e45592c5703451563eaf4edcd7033f80ce23b53 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 12 Aug 2022 23:14:32 +0100 Subject: Add --fuzzy_match option. This enables some simple fuzzy matching logic for searches. --- doc/tofi.5.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/tofi.5.md') diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 23f4cb2..446ec8e 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -240,6 +240,14 @@ options. > > Default: true +**fuzzy-match**=*true\|false* + +> If true, searching is performed via a simple fuzzy matching algorithm. +> If false, substring matching is used, weighted to favour matches +> closer to the beginning of the string. +> +> Default: false + **drun-launch**=*true\|false* > If true, directly launch applications on selection when in drun mode. -- cgit v1.2.3