index.md (872B)
1 dynamic options 2 ================ 3 4 Description 5 ----------- 6 This patch adds a flag (`-dy`) which makes dmenu run the command given to it 7 whenever input is changed with the current input as the last argument and 8 update the option list according to the output of that command. 9 10 By default dmenu does not let you change the option list after starting it, 11 this patch adds support for that. 12 It is best used with the -l flag. 13 14 (ie. usage: `dmenu -dy ls` runs ls on whatever directory/file you are currently typing 15 in dmenu and lets you select it) 16 17 Download 18 -------- 19 * [dmenu-dynamicoptions-5.0.diff](dmenu-dynamicoptions-5.0.diff) (with proper command quoting) 20 * [dmenu-dynamicoptions-20200526-01e2dfc7.diff](dmenu-dynamicoptions-20200526-01e2dfc7.diff) (2020-05-26) 21 22 Author 23 ------ 24 * ttmx - tiago.sequeira.teles@gmail.com (2020-05-26) 25 * Ziad EL KHOURY HANNA - me@ziadkh.ovh (5.0)