aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/pipe.go
Commit message (Collapse)AuthorAgeFilesLines
* Make :pipe command more genericDrew DeVault2019-07-051-42/+0
|
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-37/+3
| | | | | | | | | * :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
* pipe.go: let tab widget handle ellipsisDrew DeVault2019-05-201-2/+1
|
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* "Press any key to close" for completed processesDrew DeVault2019-05-111-1/+4
|
* Make tab width of :pipe consistentDrew DeVault2019-03-311-5/+3
|
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-1/+1
|
* Make the message viewer real, part oneDrew DeVault2019-03-311-3/+0
|
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-5/+2
|
* Add basic message viewer mockupDrew DeVault2019-03-301-2/+1
|
* Correct color of error messagesDrew DeVault2019-03-301-4/+4
|
* Implement :pipeDrew DeVault2019-03-301-0/+73