aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/attach.go
Commit message (Expand)AuthorAgeFilesLines
* config: make popover dialogs configurableJohannes Thyssen Tishman2024-04-021-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* app: define two dialog constructorsKoni Marti2024-01-291-9/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* cd: fix completion of folders with a spaceRobin Jarry2024-01-171-1/+1
* commands: use completion from go-optRobin Jarry2023-10-281-5/+8
* commands: parse arguments with go-optRobin Jarry2023-10-281-56/+25
* app: export global functionsRobin Jarry2023-10-101-19/+19
* widgets: rename package to appRobin Jarry2023-10-101-10/+10
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-8/+2
* commands: allow reading attachments from a fileKarel Balej2023-08-241-2/+8
* attach: add an option to pipe the attachments inVitaly Ovchinnikov2023-08-051-6/+72
* attach: focus terminal for file pickerKoni Marti2023-04-101-0/+1
* attach: don't glob hidden filesMoritz Poldrack2022-12-201-0/+13
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+2
* logging: rename package to logRobin Jarry2022-12-021-12/+11
* logging: homogenize levelsRobin Jarry2022-12-021-7/+4
* ui: box and frame an interactive widgetKoni Marti2022-11-211-1/+2
* attach: open file picker menu with -m flagKoni Marti2022-11-211-2/+91
* attach: enable path globbingMoritz Poldrack2022-08-301-10/+32
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* 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