this post was submitted on 02 Oct 2022
2 points (100.0% liked)
Rust Programming
8140 readers
65 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hmm, interesting concept. The
mv
command often felt a bit too much like I need to know what I'm doing (need to already have the target folder structure created and roughly remember what it looks like).This feels more like a GUI file manager where you cut selected files to put them into the clipboard, then you go to your target directory to set up the folder structure you want to paste your files into.
Don't really know yet, if it's needed, but what could be cool, is if it showed where you picked a file up from. Maybe even a way to try to automatically "put it back" (assuming the path still exists).
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.
I've implemented the ideas you suggested! Hope you enjoy!