index.md (760B)
1 tmenu 2 ==== 3 Text displayed != text output 4 For each line, if the delimeter character (tab by default, selectable with -d option) is present, the text before that character will be the text output, and the text after that delimiter will be the text displayed on the menu. 5 6 For example, 7 $ echo "~/.local/bin" "\t" "local binarys" | dmenu 8 will display "local binarys" in dmenu. When this option is selected, "~/.local/bin" will be output to stdout 9 10 When the delimiter character is not present, the behavior is the same as w/o this patch 11 12 Download 13 -------- 14 * [dmenu-tmenu-5.2.diff](dmenu-tmenu-5.2.diff) 15 * [dmenu-tmenu-20240811-475d809.diff](dmenu-tmenu-20240811-475d809.diff) 16 17 Author 18 ------ 19 * Tim Keller <tjk@tjkeller.xyz> 20 * Robert Bilski - <robert at rbilski com>