summary refs log tree commit diff stats
path: root/commands/compose/attach.go
Commit message (Expand)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-2/+2
* Implement style configuration.Kalyan Sriram2020-08-061-4/+1
* Revert "Implement style configuration."Reto Brunner2020-07-301-1/+4
* Implement style configuration.Kalyan Sriram2020-07-301-4/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-4/+6
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-4/+5
* Remove duration from the status methodsReto Brunner2020-05-271-5/+4
* Add Style configurationReto Brunner2020-05-271-6/+4
* Make commands join args with spacesJeffas2019-09-201-7/+4
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Add filesystem completions for :attach and :cdGalen Abell2019-08-021-1/+7
* Add :attach command for composeGalen Abell2019-07-191-0/+56