Skip to content

Commit c272116

Browse files
author
miguel
committed
Hep texts created in metaclass. Print tree of accounts
1 parent 1023f2f commit c272116

File tree

3 files changed

+133
-173
lines changed

3 files changed

+133
-173
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ Python2 is required.
1414
password_manager.py [-h] filename
1515
1616
Available commands:
17-
clear clear screen
18-
clipboard, c copy value to clipboard
19-
create create a new account
20-
delete, d delete account
21-
dump dump file content in plain text
22-
edit, e edit account
23-
exit exit
24-
help, h print help
25-
hide_values hide values
26-
list, l list all available account by name
27-
print, p print account
28-
print_all, pa print all accounts
29-
rename rename account
30-
search, s search account
31-
show_values show values
32-
show show all data of specific account
17+
clear clear screen
18+
clipboard, c copy value to clipboard
19+
create create a new account
20+
delete, d delete account
21+
dump dump file content in plain text
22+
edit, e edit account
23+
exit exit
24+
help, h print help
25+
hide_values hide values
26+
list, l list all available account by name
27+
print, p print account
28+
print_all print all accounts
29+
random_pass generate random password
30+
rename rename account
31+
search, f search account
32+
show, s show all data of specific account
33+
show_values show values
3334
```

0 commit comments

Comments
 (0)