index.md (939B)
1 tsv alt 2 ======= 3 4 Description 5 ----------- 6 This patch is similar to [tsv](https://tools.suckless.org/dmenu/patches/tsv/), but differs in the following way: 7 8 All text before the first tab character will be the text displayed by 9 dmenu and the text that matching is performed on, while all text after 10 it will be the text outputted by dmenu. Subsequent tab characters do 11 not affect anything. 12 13 Configuration 14 ------------- 15 Both a config.def.h value and runtime flag (`-r`) are available to 16 reverse the behavior of tab separation. Be sure to check with any other 17 patches for conflicts. 18 19 Notes 20 ----- 21 This patch is incompatible with any commit before `32db2b1` (2022-09-02) 22 due to said commit changing how stdin is read. 23 24 Download 25 -------- 26 * [dmenu-tsv-alt-20220919-fce06f4.diff](dmenu-tsv-alt-20220919-fce06f4.diff) 27 * [dmenu-tsv-alt-5.3.diff](dmenu-tsv-alt-5.3.diff) 28 29 Authors 30 ------- 31 * yosh 32 * Max Schillinger - <maxschillinger@web.de> (5.3 version)