aboutsummaryrefslogtreecommitdiff
path: root/commands/new-account.go
AgeCommit message (Collapse)Author
2019-06-29Implement basic tab completion supportGregory Mullen
Tab completion currently only works on commands. Contextual completion will be added in the future.
2019-06-09Fix :new-account getoptsDrew DeVault
2019-06-05Introduce :new-account -tJanUlrich
Adding the [-t] temporary flag to the new-account command - when using -t a newly created account will not be stored into the accounts.conf Issue #134
2019-05-22Write new accounts to config and open tabDrew DeVault
2019-05-21New account wizard, part oneDrew DeVault