File tree Expand file tree Collapse file tree 3 files changed +449
-360
lines changed Expand file tree Collapse file tree 3 files changed +449
-360
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,19 @@ Python2 is required.
14
14
password_manager.py [-h] filename
15
15
16
16
Available commands:
17
- add, a add account
18
- all print all accounts
19
17
clear clear screen
20
- clipboard, c copy password to clipboard
18
+ clipboard, c copy value to clipboard
19
+ create create a new account
21
20
delete, d delete account
22
21
dump dump file content in plain text
22
+ edit, e edit account
23
23
exit exit
24
24
help, h print help
25
- hide_passwords hide passwords
25
+ hide_values hide values
26
26
list, l list all available account by name
27
- modify modify account
28
- pc print account and copy password to clipboard
29
27
print, p print account
30
- print_all, pa print all data of account (including the password)
28
+ print_all, pa print all accounts
31
29
rename rename account
32
30
search, s search account
33
- show_passwords show passwords
31
+ show_values show values
34
32
```
You can’t perform that action at this time.
0 commit comments