Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.64k stars 234 forks source link

:trash internal #803

Closed Canop closed 10 months ago

Canop commented 10 months ago

Add the :trash internal, which instead of deleting a file moves it to the system trash.

You may remap rm to it with

{
    invocation: "rm"
    internal: "trash {file}"
    leave_broot: false
}

Fix #799

FrancescElies commented 10 months ago

Late report is better than no report, windows nushell 0.87.1, works fine, internal trash command moves file to trash.

Canop commented 10 months ago

Late report is better than no report

100%. Thanks