Skip to content

Commit 37bc014

Browse files
author
miguel
committed
Refactorization of password manager
1 parent a098757 commit 37bc014

File tree

3 files changed

+449
-360
lines changed

3 files changed

+449
-360
lines changed

README.md

100644100755
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ Python2 is required.
1414
password_manager.py [-h] filename
1515
1616
Available commands:
17-
add, a add account
18-
all print all accounts
1917
clear clear screen
20-
clipboard, c copy password to clipboard
18+
clipboard, c copy value to clipboard
19+
create create a new account
2120
delete, d delete account
2221
dump dump file content in plain text
22+
edit, e edit account
2323
exit exit
2424
help, h print help
25-
hide_passwords hide passwords
25+
hide_values hide values
2626
list, l list all available account by name
27-
modify modify account
28-
pc print account and copy password to clipboard
2927
print, p print account
30-
print_all, pa print all data of account (including the password)
28+
print_all, pa print all accounts
3129
rename rename account
3230
search, s search account
33-
show_passwords show passwords
31+
show_values show values
3432
```

0 commit comments

Comments
 (0)