GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

Delete send to trash instead of a full remove #32

Closed joser93 closed 1 year ago

joser93 commented 1 year ago

Hello, your project got the attention from a youtuber and I thought to help a bit with an issue that he talks about.

https://youtu.be/9laxdMKTZLA

Still missing a confirmation prompt and implementation to handle the trash with the manager, but with this PR, will solve the issue that any file that is deleted with this app, will delete them instead of send it to the trash.

Tested using a Fedora VM and works perfectly.

Good work and as the youtuber said, I hope this project keeps going.

PD: Will be nice to handle versioning using tags instead of commits, this will help to document the versions as stable as it gets, also if someone else tries to get involved into it, will help to know what's going on with more clear commit messages.