MellowKyler / pdfp

PDF Processor - a GUI for some common PDF operations.
https://pypi.org/project/pdfp
GNU Affero General Public License v3.0
2 stars 0 forks source link

Context menu "Delete" vs "Remove" #11

Closed MellowKyler closed 1 month ago

MellowKyler commented 2 months ago

Add a "remove" and "remove all" context menu option, and make a true "delete" context menu option.

MellowKyler commented 1 month ago

a17a2e8 added send2trash as dependency because: 1) I don't want to bother with OS specific things 2) I don't want to worry about hard deleting things

I have no plans at this time to add "Ctrl+z" to back out deletions