From ecd803aae4ea1ba23d291325d52a53c19216e64b Mon Sep 17 00:00:00 2001 From: Christopher Vittal Date: Mon, 19 Aug 2019 21:56:12 -0400 Subject: Add :prompt command Usage: :prompt Displays the prompt on the status bar, waits for user input, then appends that input as the last argument to the command and executes it. The input is passed as one argument to the command, unless it is empty, in which case no extra argument is added. --- doc/aerc.1.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 4aa777c..225ded7 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -67,6 +67,12 @@ These commands work in any context. Cycles to the previous or next tab in the list, repeating n times (default: 1). +*prompt* + Displays the prompt on the status bar, waits for user input, then appends + that input as the last argument to the command and executes it. The input is + passed as one argument to the command, unless it is empty, in which case no + extra argument is added. + *quit* Exits aerc. -- cgit v1.2.3