Inventory management for the CLI - original concept by chesapeake
Go to file
Lux Aliaga d24727d301
inv: Prevent non-files from displaying file size
Maybe for folders I could later add a folder size but the method I'm
using to calculate file sizes doesn't work with folders, so yeah.
2022-09-18 00:35:50 -03:00
src inv: Prevent non-files from displaying file size 2022-09-18 00:35:50 -03:00
.gitignore fixup! vento: Imported changes to Git 2022-09-14 09:41:06 -03:00
Cargo.lock inv: Add file size to inventory list 2022-09-17 18:33:40 -03:00
Cargo.toml inv: Add file size to inventory list 2022-09-17 18:33:40 -03:00
LICENSE.md vento: Licensed under GPLv3 2022-09-14 17:01:37 -03:00
README.md readme: Remove TODO list 2022-09-17 14:58:26 -03:00

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

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.

Credits