From 50705608bb39108ab7b6627c6a4146e66a2facf5 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Sun, 28 Jan 2024 02:08:27 +0100 Subject: menu: use listbox as fallback command Implement the listbox widget as fallback picker when no command to :menu was specified or the command cannot be found in PATH. The listbox will also be used with "-" as the shell command: :menu -c "-" -d :cf Signed-off-by: Koni Marti Acked-by: Robin Jarry --- doc/aerc.1.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index ca46a9ea..74cb0dd3 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -192,6 +192,10 @@ These commands work in any context. used in a shell. A colon (*:*) prefix is supported for __ but is not required. + *:menu* can be used without an external program by setting __ + to _-_. This also acts as a fallback in case where no __ was + specified at all or the executable in the __ was not found. + *-c* _""_ Override *[general].default-menu-cmd*. See *aerc-config*(5) for more details. -- cgit