Standard-Unix-Notes / unix-notes

GPG encrypted notebooks.
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

[FEATURE REQUEST] - SHRED temporary files #22

Closed iandstanley closed 3 years ago

iandstanley commented 3 years ago

Currently the user can modify the script to change between no shred (default because shred is not installed on FreeBSD by default)

Most Linux users can modify the script and uncomment the SHREDCMD line and comment out the

I would prefer to see the notes application use SHRED if it is available.

The script should be amended to test for the existence for the shred binary and setup it self to use that if available (and default back to rm if note available)

iandstanley commented 3 years ago

fixed with v2.3 or later