From a9344b767082d42d23dbefc74e018cc4c1a8377f Mon Sep 17 00:00:00 2001 From: mint Date: Thu, 15 Sep 2022 01:40:01 -0300 Subject: [PATCH] readme: TODO list This project is not finished, friends! --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 497addb..3a46a5d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ $ cargo install --path . After installing, run `vento init`. This will create a `.vento` folder in your home directory which will store your inventories. After which, you can run `vento list` to display the files in your inventories, `vento take` to move a file into your active inventory and `vento drop` to drop a file out of it. If you're stuck, run `vento help`. +## TODO: + +- [ ] Better implementation of `list` +- [ ] Code cleanup + ## Credits - [Chesapeake](https://moth.monster/) for the original concept \ No newline at end of file