fix(config): add delete.trash option for trash adapter integration #291
No reviewers
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim!291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/delete-trash-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
trashfield tocanola.DeleteConfig(default:false)wipe,recursive)The companion PR in canola-collection reads
config.delete.trashtointercept file deletions and redirect them to the OS trash adapter.
Companion: barrettruth/canola-collection#42
Test plan
delete = { trash = true }invim.g.canola~/.local/share/Trash/)Closes #290