aboutsummaryrefslogtreecommitdiff
path: root/commands/commands.go
AgeCommit message (Expand)Author
2024-03-04commands: rename confusing constantsRobin Jarry
2024-02-22commands: remove compose commands from message viewerRobin Jarry
2024-02-14log: move package to libRobin Jarry
2024-01-20commands: add menuRobin Jarry
2024-01-20commands: refactor registrationRobin Jarry
2023-12-30patch: create sub-command structureKoni Marti
2023-11-02completion: refactor filter list apiRobin Jarry
2023-10-28commands: use completion from go-optRobin Jarry
2023-10-28commands: remove command set completion apiRobin Jarry
2023-10-28commands: parse arguments with go-optRobin Jarry
2023-10-28commands: remove command set execute apiRobin Jarry
2023-10-28commands: expand templates before command resolutionRobin Jarry
2023-10-28commands: pass raw command line down to template evaluationRobin Jarry
2023-10-10app: export global functionsRobin Jarry
2023-10-10widgets: rename package to appRobin Jarry
2023-06-20commands: fix panic in template executionKoni Marti
2023-05-16templates: use template interface consistentlyKoni Marti
2023-05-16commands: execute commands with templatesKoni Marti
2023-05-16commands: expand and complete template codeKoni Marti
2023-05-16commands: add OptionsProvider and OptionCompleterKoni Marti
2023-04-22directory: add role to template fieldsTim Culverhouse
2023-02-20triggers: use templates instead of % mini languageRobin Jarry
2023-02-20commands: expand template placeholdersAivars Vaivods
2023-01-26logging: add trace to every command callBence Ferdinandy
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