|
|
|
|
|
by phunehehe0
2653 days ago
|
|
I too have my share of reinventing the trash functionality :) garbage-io has some features that scratch my own itches: - Trash files with the same name without clashing
- Delete things from trash directory base on deletion time and file size
- Hide the deleted files/directories before moving them, in case moving them takes a long time (I later think this was a bit over the top...)
- The smart deletion can also be used for e.g. ~/Downloads I do feel that a better approach would be something that works alongside the trash functionality instead of replacing it, though. https://gitlab.com/phunehehe/garbage-io |
|