summary refs log tree commit diff stats
path: root/commands/new-account.go
Commit message (Expand)AuthorAgeFilesLines
* 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
class='oid'>3bb1f124 ^
a67d1995 ^
0649aad8 ^
3bb1f124 ^
c009144b ^
3cb60399 ^
3d20c85a ^
b935b462 ^
3bb1f124 ^
3bb1f124 ^
95965916 ^
f28655c5 ^
3bb1f124 ^
88f423af ^

6ce8edc1 ^
ac3ab39e ^
7e079f36 ^

6ce8edc1 ^
95965916 ^

88f423af ^
3bb1f124 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63