nsz icon indicating copy to clipboard operation
nsz copied to clipboard

Feature Request: Recycle Bin / Trash Usage

Open TheExpertNoob opened this issue 10 months ago • 0 comments

For deduping, if the OS supports it (and user permissions support it), in undupe.py add the library from send2trash import send2trash (of course this also adds a new library in requirements) and replace os.remove(file) with send2trash(file) May make for a "safer" undupe between a dry run and complete deletion.

TheExpertNoob avatar Apr 21 '24 04:04 TheExpertNoob