PaulLereverend / NextcloudExtract

Bring extraction to your nextcloud web interface
GNU Affero General Public License v3.0
51 stars 16 forks source link

Support of more formats #5

Closed DecaTec closed 5 years ago

DecaTec commented 5 years ago

I often use 7zip, so it would be great to see 7z support of this app.

As an idea, could this app make use of the p7zip packages, see here? Then you could use a wrapper for 7zip like this one.

Advantage: 7zip can read a lot of formats which then could be handled by the app.

PaulLereverend commented 5 years ago

It is planned for the next release that will support tar.gz and several other formats like 7z.

PaulLereverend commented 5 years ago

Done ! 23ddabc (require p7zip and p7zip-full)