diff --git a/README.md b/README.md index 1923742..c707583 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,11 @@ __import__("viv").activate("click") ## Usage -To temove all viv venvs: +To remove all viv venvs: ```sh viv remove $(viv list -q) ``` - -## TODO - -- [ ] add doc strings to `src/viv/viv.py` -- [ ] use config file (probably ini or json / could also allow toml for python>=3.11) -- [ ] enable a garbage collection based on time or file existence (configurable) -- [ ] unit tests - ## Alternatives - `pipx` diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..e01d312 --- /dev/null +++ b/todo.md @@ -0,0 +1,7 @@ +# VIV Todo's + +- [ ] swap flake8 for ruff +- [ ] add classifiers for pypi? +- [ ] use config file (probably ini or json / could also allow toml for python>=3.11) +- [ ] enable a garbage collection based on time or file existence (configurable) +- [ ] unit tests