I've been using bemenu a lot for interactive scripting recently. Mapping different operations to the Alt+number shortcut is extremely handy.
However, it's a bit hard to remember which operations are mapped to which shortcut. Therefore, I'd like to request the seemingly simple feature of adding some additional text at the bottom of the UI that can be supplied via a --info parameter.
$ echo -e "foo\nbar" | bemenu --prompt '>' --info "Help text goes here."
Would look like this:
+----------------------+
| > _ foo bar |
| Help text goes here. |
+----------------------+
I've been using bemenu a lot for interactive scripting recently. Mapping different operations to the Alt+number shortcut is extremely handy.
However, it's a bit hard to remember which operations are mapped to which shortcut. Therefore, I'd like to request the seemingly simple feature of adding some additional text at the bottom of the UI that can be supplied via a
--infoparameter.Would look like this: