aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ct.go
Commit message (Expand)AuthorAgeFilesLines
* tabs: optimize switching by offsetsdelitako2024-01-261-12/+4
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* commands: use completion from go-optRobin Jarry2023-10-281-7/+3
* commands: parse arguments with go-optRobin Jarry2023-10-281-12/+9
* app: export global functionsRobin Jarry2023-10-101-9/+9
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-161-6/+1
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-7/+6
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Make commands join args with spacesJeffas2019-09-201-7/+9
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Add index option to change-tabJeffas2019-07-271-4/+23
* Add tab completion to textinputsJeffas2019-07-261-0/+3
* Add change tab commandJeffas2019-07-231-0/+48