aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new-account.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-14/+5
* app: export global functionsRobin Jarry2023-10-101-4/+4
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* wizard: display warning when focus is lostKoni Marti2023-08-031-0/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+1
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+1
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
* Fix :new-account getoptsDrew DeVault2019-06-091-1/+1
* Introduce :new-account -tJanUlrich2019-06-051-2/+10
* Write new accounts to config and open tabDrew DeVault2019-05-221-1/+1
* New account wizard, part oneDrew DeVault2019-05-211-0/+20