+ 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:
Sergey Alirzaev
2018-03-10 09:00:27 +03:00
parent d7c6ee940b
commit d5d82267c5
3 changed files with 112 additions and 0 deletions

View File

@@ -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