mathieuchartier / mcm

MCM file compressor
GNU General Public License v3.0
110 stars 24 forks source link

Implement directory compressing/wildcard compressing #12

Open Venipa opened 7 years ago

Venipa commented 7 years ago

Error opening: ./ (UNIMPLEMENTED)

NavinF commented 7 years ago

Use tar to pack the files together and pipe it to mcm.

For what it's worth, most compression utilities don't support directories (7zip and zip are the exceptions)