aboutsummaryrefslogtreecommitdiff
path: root/commands/new-account.go
AgeCommit message (Expand)Author
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
2023-08-03wizard: display warning when focus is lostKoni Marti
2022-12-14config: make various sections accessible via global varsRobin Jarry
2022-08-04lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack
2021-11-05go.mod: change base git urlRobin Jarry
2019-09-04all: purge redundant underscoresWagner Riffel
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-09Fix :new-account getoptsDrew DeVault
2019-06-05Introduce :new-account -tJanUlrich
2019-05-22Write new accounts to config and open tabDrew DeVault
2019-05-21New account wizard, part oneDrew DeVault