archivex
archivex copied to clipboard
Matching patterns and gz compression
In the check for compression the application only checks for the string "tar.gz", but "tgz", "tar.gzip", etc. are very common. I would suggest removing these string checks and add to the documentation to set the tar.Compressed = true flag.