about summary refs log tree commit diff stats
path: root/commands/util.go
Commit message (Collapse)AuthorAgeFilesLines
* add command helpersReto Brunner2019-12-211-0/+30
|
* Sort path completionsJeffas2019-09-201-0/+3
|
* Add CompletePath methodGalen Abell2019-08-021-0/+91
| | | | | CompletePath takes an existing path and returns possible filesystem completions based on that path.
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+56
* :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