From 20e55e1e4e7a084e2e86c16e5b3f0497a14773a4 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 25 Aug 2016 08:43:40 +0200 Subject: Add fuzzy matching, make a -matching option. * -matching *method* option instead of -regex, -glob, -fuzzy. * Re-add fuzzy matching pattern. * When there are substrings in regex, only highlight those matches. Fixes: #447 --- doc/test_xr.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/test_xr.txt') diff --git a/doc/test_xr.txt b/doc/test_xr.txt index e1570290..2f5664e9 100644 --- a/doc/test_xr.txt +++ b/doc/test_xr.txt @@ -64,10 +64,8 @@ rofi.parse-hosts: false rofi.parse-known-hosts: true ! "Set the modi to combine in combi mode" Set from: File rofi.combi-modi: window,drun,run,ssh -! "Use glob matching" Set from: File -rofi.glob: false -! "Use regex matching" Set from: File -rofi.regex: false +! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Default +! rofi.matching: normal ! "Tokenize input string" Set from: File rofi.tokenize: true ! "Monitor id to show on" Set from: File -- cgit v1.2.3