about summary refs log tree commit diff stats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd23
1 files changed, 15 insertions, 8 deletions
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* <directory>
 	Changes aerc's current working directory.
 
+*exec* <command...>
+	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* <target>
 	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.
+
+	*-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* <cmd>
-	Downloads and pipes the selected message into the given shell command, and
-	opens a new terminal tab to show the result.
-
 *select* <n>
 	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* <cmd>
-	Downloads and pipes the current message part into the given shell command,
-	and opens a new terminal tab to show the result.
-
 *save* [-p] <path>
 	Saves the current message part to the given path.
 
ram <vc@akkartik.com> 2018-12-01 14:13:33 -0800 committer Kartik Agaram <vc@akkartik.com> 2018-12-01 14:13:33 -0800 4814' href='/akkartik/mu/commit/html/028call_return.cc.html?h=hlt&id=e4ac3c9e6e5464a0fc0f8fd3763a572e0e180c04'>e4ac3c9e ^
c762564b ^
ac07e589 ^

805d58c6 ^
ac07e589 ^





672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^


201458e3 ^
204dae92 ^










201458e3 ^
204dae92 ^












e4ac3c9e ^


4a48bedc ^






e4ac3c9e ^




805d58c6 ^

4a48bedc ^
e4ac3c9e ^
4a48bedc ^
e4ac3c9e ^
4a48bedc ^
104e521c ^
4a48bedc ^
104e521c ^
4a48bedc ^






e4ac3c9e ^
4a48bedc ^

e4ac3c9e ^
104e521c ^
4a48bedc ^
805d58c6 ^



e4ac3c9e ^
805d58c6 ^




104e521c ^
805d58c6 ^






e4ac3c9e ^

805d58c6 ^








e4ac3c9e ^
805d58c6 ^



e4ac3c9e ^
805d58c6 ^


e4ac3c9e ^
805d58c6 ^




4a48bedc ^



5fe060d5 ^
4a48bedc ^

















































805d58c6 ^

4a48bedc ^


805d58c6 ^

4a48bedc ^



672e3e50 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242