index.md (702B)
1 # fuzzymatch 2 3 ## Description 4 5 Add support for fuzzy-matching to dmenu, enabling matching using non-consecutive 6 portions of items. 7 8 Add option `fuzzy` to `config.def.h` and the flag `-F` to toggle fuzzy-matching. 9 10 ## Notes 11 12 - Supports dmenu's case insensitive switch (`-i`) 13 14 ## Download 15 16 - [dmenu-fuzzymatch-4.6.diff](dmenu-fuzzymatch-4.6.diff) 17 - [dmenu-fuzzymatch-20170603-f428f3e.diff](dmenu-fuzzymatch-20170603-f428f3e.diff) 18 - [dmenu-fuzzymatch-4.9.diff](dmenu-fuzzymatch-4.9.diff) 19 - [dmenu-fuzzymatch-5.3.diff](dmenu-fuzzymatch-5.3.diff) 20 21 ## Authors 22 23 - Jan Christoph Ebersbach - <jceb@e-jc.de> 24 - Laslo Hunhold - <dev@frign.de> (4.6) 25 - Aleksandrs Stier (4.9) 26 - Justinas Grigas <dev@jstnas.com> (5.3)