aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristopher Vittal <christopher.vittal@gmail.com>2019-08-19 21:56:12 -0400
committerDrew DeVault <sir@cmpwn.com>2019-08-26 09:48:39 +0900
commitecd803aae4ea1ba23d291325d52a53c19216e64b (patch)
treea560d5a88b332a39c0519a21ae05f5dc309545a3 /doc
parentea4fe713607e40cf19df37cdd0699cacba7313a3 (diff)
Add :prompt command
Usage: :prompt <prompt> <command...> 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd6
1 files changed, 6 insertions, 0 deletions
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* <prompt> <command...>
+ 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.