summaryrefslogtreecommitdiff
path: root/commands/commands.go
AgeCommit message (Expand)Author
2022-07-02commands: implement prompt completionSergey Smirnykh
2022-03-16commands: fix possible panic in CompletionFromListkt programs
2022-03-14bindings: fix panic for terminal keybindKoni Marti
2022-03-07commands: implement fuzzy completion for commands and optionskt programs
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2022-01-31completions: add folder flexible search as an optioninwit
2021-11-05go.mod: change base git urlRobin Jarry
2020-04-11msg/archive: complete the possible optionsReto Brunner
2019-12-21modify-labels: add completionReto Brunner
2019-08-03Fix directory completion case sensitivityBen Burwell
2019-07-26Add tab completion to textinputsJeffas
2019-07-26Add new-email triggerJeffas
2019-07-04Remove unused caps stringDrew DeVault
2019-07-04Add IMAP folder tab completionGregory Mullen
2019-06-29Implement basic tab completion supportGregory Mullen
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-03-21Add context-specific commandsDrew DeVault
2019-03-14Implement :cd commandDrew DeVault
2019-03-10Flesh out command parsing & handlingDrew DeVault
2019-03-10Start building out command subsystemDrew DeVault