1
0
Fork 0
mirror of https://git.sr.ht/~nixgoat/vento synced 2024-11-16 03:53:04 +00:00

readme: Added item to TODO list

This idea is to basically replicate the original concept more closely.
This commit is contained in:
Lux Aliaga 2022-09-17 06:00:12 -03:00
parent cb2b59e641
commit 98a6b8deca
Signed by: lux
GPG key ID: B56C805968637437

View file

@ -18,6 +18,7 @@ After installing, run `vento init`. This will create a `.vento` folder in your h
## TODO: ## TODO:
- [ ] Better implementation of `list` - [ ] Better implementation of `list`
- [ ] Make `vento take` and `vento drop` commands independent from the `vento` command
- [ ] Configuration files - [ ] Configuration files
- [ ] Replace panic errors with more elegant, user friendly errors - [ ] Replace panic errors with more elegant, user friendly errors
- [x] Code cleanup - [x] Code cleanup