aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/next-result.go
Commit message (Expand)AuthorAgeFilesLines
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+6
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-8/+0
* app: export global functionsRobin Jarry2023-10-101-3/+3
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-2/+3
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Rework msglist scrollingJeffas2020-06-091-2/+2
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-5/+14
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-0/+41