Skip to content

Commit 6e5f0f9

Browse files
committed
docs: Move todos to GitHub Project
1 parent 0b6a418 commit 6e5f0f9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,3 @@ Furthermore, you need to assure two things:
7171
1. Update line 1 of `/src/pw_command.py` by specifying your path to Python3 (find out with `which python3`)
7272
2. Create a passwords.json somewhere and pass the path to the variables in `/src/pw/pw_config.py` accordingly
7373

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?
84-
- catch KeyError when entering a wrong entity
85-
- Update help texts

0 commit comments

Comments
 (0)