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 doesn't work in staging area #816

Closed Schweber closed 9 months ago

Schweber commented 9 months ago

The new :trash internal works when applied to a file in a normal window but if i select multiple files and apply it in the staging area it does nothing.

So this does nothing: { invocation: "trash", shortcut: "tt", execution: ":trash {file}", leave_broot: false }

And this works as expected: { invocation: "trash", shortcut: "tt", execution: "[trash put](https://github.com/oberblastmeister/trashy) {file}", leave_broot: false }

Canop commented 9 months ago

Did you try it with the release I made yesterday (version 1.31.0) ?

Schweber commented 9 months ago

Oooops sorry, i wasn't aware of that. Thank you for fixing it!