Skip to content

Strippy v2.2.0

Compare
Choose a tag to compare
@cavejay cavejay released this 09 Feb 11:08
· 13 commits to master since this release

Initial Release of Archive (zip, gz) support.

Targeting a .zip or .gz file will immediately unpack the file into a <name>-zip directory and Sanitise from there. Only the top level archive will be unpacked unless the -recurse switch is used.

To unpack any potential archives inside a normal folder you will need to use the -unpackZip switch. This works with -recurse to unpack any archive files that would be explored as folders during normal operation.

This is the initial release, so while I do my best to prevent any bugs, there may be one or too.

Other Changes:

  • all logs made by strippy are forced to UTF-8 encoding
  • specific file types are now ignored.
  • Updated various default config settings (ignorestrings and make-config output)