about summary refs log tree commit diff stats
path: root/commands/exec.go
Commit message (Expand)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-1/+1
* Implement style configuration.Kalyan Sriram2020-08-061-8/+7
* Set environment variables for the exec commandNicolai Dagestad2020-08-031-0/+16
* Revert "Implement style configuration."Reto Brunner2020-07-301-7/+8
* Implement style configuration.Kalyan Sriram2020-07-301-8/+7
* Revert "Add Style configuration"Drew DeVault2020-05-281-8/+9
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-3/+4
* Remove duration from the status methodsReto Brunner2020-05-271-4/+3
* Add Style configurationReto Brunner2020-05-271-9/+8
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-2/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-1/+5
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-081-1/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-0/+45