diff options
author | Galen Abell <galen@galenabell.com> | 2019-05-26 17:37:39 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-27 09:37:07 -0400 |
commit | 28fc9fa53da1449498392f83d63a8502a5a958a3 (patch) | |
tree | 5c940758d297ca88f47f24344da3e8ee08e998bc /doc/aerc.1.scd | |
parent | 62cd0b08aa82fe19e6d5d96b0341f7cffbb4cb7b (diff) | |
download | aerc-28fc9fa53da1449498392f83d63a8502a5a958a3.tar.gz |
Add :save and :pipe commands to viewer
* :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index be59588..4f0137c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -91,6 +91,13 @@ These commands work in any context. ## MESSAGE VIEW COMMANDS +*pipe* <cmd> + Downloads and pipes the current message part into the given shell command, + and opens a new terminal tab to show the result. + +*save* <path> + Saves the current message part to the given path. + *close* Closes the message viewer. |