aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/sort.go
Commit message (Expand)AuthorAgeFilesLines
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* commands: use completion from go-optRobin Jarry2023-10-281-40/+16
* commands: parse arguments with go-optRobin Jarry2023-10-281-1/+3
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-131-0/+1
* app: export global functionsRobin Jarry2023-10-101-4/+4
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* statusline: move files to lib/stateRobin Jarry2023-02-201-3/+3
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+6
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-2/+4
* statusline: indicate when sorting is in progressKoni Marti2022-03-251-2/+3
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+10
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-161-6/+1
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-6/+9
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* Add sorting functionalityJeffas2019-09-201-0/+85