aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dirvish-config-hard-delete-command.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(dirvish): bind d to duplicate, D to guarded force-deleteCraig Jennings13 hours1-0/+47
Drop delete-to-trash. d now duplicates the file at point. D force-deletes the marked files via sudo rm -rf behind a yes-or-no-p that names the targets, and reports success only when rm exits 0.