Thank you for the ideas! It actually sounds really good to me and in fact the original concept for this did show you where you picked a file up from. Might plan for a new version then.
Hi everyone! This is my first post on Lemmy and it's to showcase a little project I've been working on lately which is my first public project made in Rust.
It's a file management tool called Vento, which allows you to move files as if you're playing a text adventure. It's based on an original concept made by a friend of mine on Bash. It consists of three comands: `vento`, `take` and `drop`. I've recorded a demo on Asciinema to showcase its functionality.
[](https://asciinema.org/a/524454)
The project is available to install through [Cargo](https://crates.io/crates/vento) and the source code is hosted on [Codeberg](https://codeberg.org/nixgoat/vento). I'm open to suggestions!
I’ve implemented the ideas you suggested! Hope you enjoy!