aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands.go
Commit message (Expand)AuthorAgeFilesLines
* commands: rename confusing constantsRobin Jarry2024-03-041-7/+5
* commands: remove compose commands from message viewerRobin Jarry2024-02-221-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* commands: add menuRobin Jarry2024-01-201-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-27/+119
* patch: create sub-command structureKoni Marti2023-12-301-1/+6
* completion: refactor filter list apiRobin Jarry2023-11-021-12/+6
* commands: use completion from go-optRobin Jarry2023-10-281-122/+42
* commands: remove command set completion apiRobin Jarry2023-10-281-49/+13
* commands: parse arguments with go-optRobin Jarry2023-10-281-1/+7
* commands: remove command set execute apiRobin Jarry2023-10-281-9/+5
* commands: expand templates before command resolutionRobin Jarry2023-10-281-20/+9
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-281-40/+18
* app: export global functionsRobin Jarry2023-10-101-21/+19
* widgets: rename package to appRobin Jarry2023-10-101-11/+11
* commands: fix panic in template executionKoni Marti2023-06-201-0/+3
* templates: use template interface consistentlyKoni Marti2023-05-161-3/+2
* commands: execute commands with templatesKoni Marti2023-05-161-18/+52
* commands: expand and complete template codeKoni Marti2023-05-161-0/+52
* commands: add OptionsProvider and OptionCompleterKoni Marti2023-05-161-29/+104
* directory: add role to template fieldsTim Culverhouse2023-04-221-2/+2
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-5/+16
* commands: expand template placeholdersAivars Vaivods2023-02-201-1/+45
* logging: add trace to every command callBence Ferdinandy2023-01-261-0/+2
* commands: implement prompt completionSergey Smirnykh2022-07-021-0/+7
* commands: fix possible panic in CompletionFromListkt programs2022-03-161-1/+1
* bindings: fix panic for terminal keybindKoni Marti2022-03-141-1/+1
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-45/+12
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-5/+13
* completions: add folder flexible search as an optioninwit2022-01-311-1/+14
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* msg/archive: complete the possible optionsReto Brunner2020-04-111-0/+15
* modify-labels: add completionReto Brunner2019-12-211-0/+35
* Fix directory completion case sensitivityBen Burwell2019-08-031-11/+19
* Add tab completion to textinputsJeffas2019-07-261-3/+14
* Add new-email triggerJeffas2019-07-261-5/+1
* Remove unused caps stringDrew DeVault2019-07-041-2/+0
* Add IMAP folder tab completionGregory Mullen2019-07-041-0/+23
* Implement basic tab completion supportGregory Mullen2019-06-291-9/+69
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Add context-specific commandsDrew DeVault2019-03-211-11/+25
* Implement :cd commandDrew DeVault2019-03-141-4/+3
* Flesh out command parsing & handlingDrew DeVault2019-03-101-4/+13
* Start building out command subsystemDrew DeVault2019-03-101-0/+28