Canop / broot

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

Trash state #882

Closed Canop closed 1 month ago

Canop commented 1 month ago

:open_trash shows the content of the trash.

Other new internals & verbs: :delete_trashed_file, :restore_trashed_file, :purge_trash.

All this is available only when broot is compiled with the trash feature.

Fix #855

FrancescElies commented 1 month ago

works fine on linux + gnome + nushell.

When calling :open_trash is it possible to see the dates the files where deleted and sort them to see what was recently deleted?

Canop commented 1 month ago

When calling :open_trash is it possible to see the dates the files where deleted and sort them to see what was recently deleted?

Not yet. It's on the todo list but it's probable I'll do that later because of a deep broot change I'm working on.

FrancescElies commented 1 month ago

works fine on windows 11 + nushell (test: cargo r -F trash, trash a file, restore and empty trash)

Canop commented 1 month ago

You just taught me that it was possible to shorten cargo run --features in cargo r -F... I had no idea...