aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
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 /CHANGELOG.md
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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74cb6999..96856337 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `:save -a` now works with multiple attachments with the same filename
- `:open` uses the attachment extension for temporary files, if possible
- memory leak when using notmuch with threading
+- `:pipe <cmd>` now executes `sh -c "<cmd>"` as indicated in the man page.
### Changed