sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (698B)


      1 fuzzymatch
      2 ==========
      3 
      4 Description
      5 -----------
      6 This patch adds support for fuzzy-matching to dmenu, allowing users to type
      7 non-consecutive portions of the string to be matched.
      8 
      9 Adds the option *fuzzy* to config.def.h and the flag *-F* to dmenu which enable
     10 to turn fuzzy-matching on and off.
     11 
     12 Notes
     13 -----
     14 * Supports dmenu's case insensitive switch (`-i`)
     15 
     16 Download
     17 --------
     18 * [dmenu-fuzzymatch-4.9.diff](dmenu-fuzzymatch-4.9.diff)
     19 * [dmenu-fuzzymatch-20170603-f428f3e.diff](dmenu-fuzzymatch-20170603-f428f3e.diff)
     20 * [dmenu-fuzzymatch-4.6.diff](dmenu-fuzzymatch-4.6.diff)
     21 
     22 Authors
     23 -------
     24 * Jan Christoph Ebersbach - jceb@e-jc.de
     25 * Laslo Hunhold - dev@frign.de (dmenu-4.6)
     26 * Aleksandrs Stier (4.9)