mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
chore: todo's and typos
This commit is contained in:
parent
ce1f414cb1
commit
3453004077
2 changed files with 8 additions and 9 deletions
10
README.md
10
README.md
|
@ -37,19 +37,11 @@ __import__("viv").activate("click")
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To temove all viv venvs:
|
To remove all viv venvs:
|
||||||
```sh
|
```sh
|
||||||
viv remove $(viv list -q)
|
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
|
## Alternatives
|
||||||
|
|
||||||
- `pipx`
|
- `pipx`
|
||||||
|
|
7
todo.md
Normal file
7
todo.md
Normal 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
|
Loading…
Reference in a new issue