sites

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

index.md (512B)


      1 Print Index
      2 ==================
      3 This patch allows dmenu to print out the 0-based index of matched text instead of the matched text itself.  This is useful in cases where you would like to select entries from one array of text but index into another, or when you are selecting from an ordered list of non-unique items.
      4 
      5 Pass the _-ix_ flag to dmenu to enable index printing.
      6 
      7 Download
      8 --------
      9 * [dmenu-printindex-5.0.diff](dmenu-printindex-5.0.diff)
     10 
     11 Author
     12 -------
     13 * Jackson Abascal - <jacksonabascal@gmail.com>