aboutsummaryrefslogtreecommitdiff
path: root/commands/next-tab.go
AgeCommit message (Expand)Author
2024-01-26tabs: optimize switching by offsetsdelitako
2024-01-20commands: refactor registrationRobin Jarry
2023-10-28commands: use completion from go-optRobin Jarry
2023-10-28commands: parse arguments with go-optRobin Jarry
2023-10-10app: export global functionsRobin Jarry
2023-10-10widgets: rename package to appRobin Jarry
2022-03-18statusline: implement per-account statusKoni Marti
2021-11-05go.mod: change base git urlRobin Jarry
2019-09-04all: use fmt.Errorf for fomartting errorsWagner Riffel
2019-09-04all: purge redundant underscoresWagner Riffel
2019-06-29Implement basic tab completion supportGregory Mullen
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-03-21Add context-specific commandsDrew DeVault
2019-03-17Implement :next-tab, :prev-tabDrew DeVault