Pridat skartovanie suborov do NEMO - add shred to NEMO mint 19.1

Vytlačiť

To add a "shred files" command to the nemo context memory:

  1. Create directory ~/.local/share/nemo/actions
  2. In the new .../actions directory, save the following in a plain text file called "shred.nemo_action":
    CODE: SELECT ALL
    [Nemo Action]
    Active=true
    Name=Shred selected
    Comment=Overwrite and delete object
    Exec=/usr/bin/shred -f -u -v -z -n 2 %F
    Selection=any
    Extensions=any
    EscapeSpaces=true