aboutsummaryrefslogtreecommitdiffstats
path: root/commands/prompt.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-2/+6
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* commands: use completion from go-optRobin Jarry2023-10-281-53/+3
* commands: remove command set completion apiRobin Jarry2023-10-281-1/+1
* commands: parse arguments with go-optRobin Jarry2023-10-281-10/+7
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-281-2/+4
* app: export global functionsRobin Jarry2023-10-101-5/+5
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* commands: add OptionsProvider and OptionCompleterKoni Marti2023-05-161-1/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+2
* commands: implement prompt completionSergey Smirnykh2022-07-021-2/+50
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-2/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Add :prompt commandChristopher Vittal2019-08-261-0/+33