mirror of
https://git.sr.ht/~nixgoat/vento
synced 2025-11-22 00:23:37 +00:00
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.md | ||
| README.md | ||
Vento
Vento is a utility which allows you to manage your files as if you're playing an old text adventure. It's made in Rust and originally inspired by Chesapeake's Inventory.
Install
Binaries are available in the Releases tab. Otherwise, you can clone it using Git and build it with Cargo!
$ git clone https://codeberg.org/nixgoat/vento.git && cd vento
$ cargo install --path .
Quickstart
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 for the original concept