aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/mkdir.go
Commit message (Expand)AuthorAgeFilesLines
* rmdir: ensure proper sequence of operationsKoni Marti2023-11-121-1/+3
* completion: refactor filter list apiRobin Jarry2023-11-021-3/+7
* commands: use completion from go-optRobin Jarry2023-10-281-20/+9
* commands: parse arguments with go-optRobin Jarry2023-10-281-8/+6
* app: export global functionsRobin Jarry2023-10-101-7/+7
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* mkdir: add completionMoritz Poldrack2023-05-161-1/+19
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-1/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-1/+1
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-2/+3
* Remove duration from the status methodsReto Brunner2020-05-271-3/+2
* Add Style configurationReto Brunner2020-05-271-1/+1
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-4/+1
* Make commands join args with spacesJeffas2019-09-201-2/+3
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
* Implement :mkdir commandDrew DeVault2019-06-091-0/+39