aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-24 21:42:59 +0200
committerRobin Jarry <robin@jarry.cc>2023-10-03 22:34:39 +0200
commit48a325ad2c26e1fbd199afd5d53d5b5b467183d0 (patch)
treeb2112de01eb3a544137869de680b544d662e096f /doc/aerc.1.scd
parent39fcc300d4440cfb011356ef2f364c87b7ff712d (diff)
downloadaerc-cmdline.tar.gz
aerc-cmdline.zip
pipe: run commands with sh -ccmdline
Now that all commands get the full command line as specified by the user, it is possible to pass it down verbatim to sh -c. Requested-by: Vitaly Ovchinnikov <v@postbox.nz> Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index b2123a54..bb1ea2d8 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -247,10 +247,10 @@ message list, the message in the message viewer, etc).
Moves the selected message to the target folder.
*:pipe* [*-bmp*] _<cmd>_
- 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.
+ Downloads and pipes the selected message into the given shell command
+ (executed with _sh -c "<cmd>"_), 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.
Operates on multiple messages when they are marked. When piping multiple
messages, aerc will write them with mbox format separators.