chore: todo's and typos

This commit is contained in:
Daylin Morgan 2023-03-02 23:01:52 -06:00
parent ce1f414cb1
commit 3453004077
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 8 additions and 9 deletions

View file

@ -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`

7
todo.md Normal file
View file

@ -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