From 7ecc6f96de5864d76ea2a94123b11c9258791cc9 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 8 Jul 2019 18:19:08 -0400 Subject: Add :exec and :pipe -b(ackground) --- doc/aerc.1.scd | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index aa2e5ba..a56a557 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -32,6 +32,11 @@ These commands work in any context. *cd* Changes aerc's current working directory. +*exec* + Executes an arbitrary command in the background. + + *Note*: commands executed in this way are not executed with the shell. + *pwd* Displays aerc's current working directory in the status bar. @@ -72,6 +77,16 @@ message list, the message in the message viewer, etc). *move* Moves the selected message to the target folder. +*pipe* [-bmp] + Downloads and pipes the selected message into the given shell command, and + opens a new terminal tab to show the result. By default, the selected + message part is used in the message viewer and the full message is used in + the message list. + + *-b*: Run the command in the background instead of opening a terminal tab + *-m*: Pipe the full message + *-p*: Pipe just the selected message part, if applicable + *reply* [-aq] Opens the composer to reply to the selected message. @@ -113,10 +128,6 @@ message list, the message in the message viewer, etc). a percentage, the percentage is applied to the number of messages shown on screen and the cursor advances that far. -*pipe* - Downloads and pipes the selected message into the given shell command, and - opens a new terminal tab to show the result. - *select* Selects the nth message in the message list (and scrolls it into view if necessary). @@ -130,10 +141,6 @@ message list, the message in the message viewer, etc). Saves the current message part in a temporary file and opens it with the system handler. -*pipe* - Downloads and pipes the current message part into the given shell command, - and opens a new terminal tab to show the result. - *save* [-p] Saves the current message part to the given path. -- cgit v1.2.3