aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohannes Thyssen Tishman <johannes@thyssentishman.com>2024-03-27 17:33:49 +0100
committerRobin Jarry <robin@jarry.cc>2024-04-13 21:47:44 +0200
commit9849601906f3d53e38321e4b3a4461f60520bbca (patch)
treefebf9038745b312a2bb9b855be102960ab40fc0c /doc
parent569a2720ca69ce4686f5d031c0937e2c365ca5fb (diff)
downloadaerc-9849601906f3d53e38321e4b3a4461f60520bbca.tar.gz
pipe: allow closing the terminal automatically
Add a new -s flag to :pipe. When specified, the terminal tab opened by the :pipe command will be automatically closed after the process is completed instead of prompting for a key press. While this doesn't technically silence the command (the output is not suppressed), the output is not shown to the user. Changelog-added: Silently close the terminal tab after piping a message to a command with `:pipe -s <cmd>`. Signed-off-by: Johannes Thyssen Tishman <johannes@thyssentishman.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 66e86fdd..1351f5b6 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -403,6 +403,8 @@ message list, the message in the message viewer, etc).
*-b*: Run the command in the background instead of opening a terminal tab
+ *-s*: Silently close the terminal tab after the command is completed
+
*-m*: Pipe the full message
*-p*: Pipe just the selected message part, if applicable