mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-30 19:51:51 -07:00
+ FuzzyMatch by @nzeh
Provides a predicate 'fuzzyMatch' that is much more lenient in matching completions in XMonad.Prompt than the default prefix match. Also provides a function 'fuzzySort' that allows sorting the fuzzy matches by "how well" they match. Not sure why wasn't it accepted. Discussion: https://markmail.org/thread/kgrybzqarqzqiige
This commit is contained in:
@@ -291,6 +291,7 @@ library
|
||||
XMonad.Prompt.DirExec
|
||||
XMonad.Prompt.Directory
|
||||
XMonad.Prompt.Email
|
||||
XMonad.Prompt.FuzzyMatch
|
||||
XMonad.Prompt.Input
|
||||
XMonad.Prompt.Layout
|
||||
XMonad.Prompt.Man
|
||||
|
Reference in New Issue
Block a user