aboutsummaryrefslogtreecommitdiffstats
path: root/commands/exec.go
Commit message (Expand)AuthorAgeFilesLines
* log: move package to libRobin Jarry2024-02-141-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-8/+5
* app: export global functionsRobin Jarry2023-10-101-6/+6
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* 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