You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,3 @@ Furthermore, you need to assure two things:
71
71
1. Update line 1 of `/src/pw_command.py` by specifying your path to Python3 (find out with `which python3`)
72
72
2. Create a passwords.json somewhere and pass the path to the variables in `/src/pw/pw_config.py` accordingly
73
73
74
-
### Todo:
75
-
76
-
-__Write Tests!__
77
-
- Encrypt / Decrypt creds file
78
-
- Main has become a huge function with a lot of if statements. How can I refactor main() to be less complex and easier to read? Maybe I could pass a callable / function directly to the arguments and avoid if/elsing again below?
79
-
- Tab auto completion. How can I read available keys so that I could autocomplete them?
80
-
- Expose functionalities with an API so that I can access my passwords from my mobile phone -> Create a Flask client
81
-
- Use a logger instead of prints
82
-
- Test mongoDB
83
-
- Handle dependency -> Pyperclip is now installed globally. How can I hashbang a conda environment?
0 commit comments