bleachbit / wishlist

Wishlist enhancements related to BleachBit
GNU General Public License v3.0
7 stars 1 forks source link

shred multiple files with Windows shell integration #86

Open ghost opened 4 years ago

ghost commented 4 years ago

when multiple files are selected one button for shred all would be nice.

az0 commented 4 years ago

Are you on Windows or Linux?

Do you mean the context menu that is part of the shell integration? Here is an example screenshot.

ghost commented 4 years ago

windows and yes part of shell

az0 commented 4 years ago

That makes sense. For now I will transfer this request to the wishlist repository.

az0 commented 4 years ago

Years ago, I looked into this. Windows did not offer a simple, native way to do it. Windows wants to launch one process for each file, so someone proposed a solution involving interprocess communication to consolidate the files into one process.