File tree Expand file tree Collapse file tree 3 files changed +133
-173
lines changed Expand file tree Collapse file tree 3 files changed +133
-173
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,21 @@ Python2 is required.
14
14
password_manager.py [-h] filename
15
15
16
16
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
33
34
```
You can’t perform that action at this time.
0 commit comments