mate-desktop / engrampa

A file archiver for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
108 stars 52 forks source link

ZST compress multiple files. #431

Open ManuLinares opened 3 years ago

ManuLinares commented 3 years ago

Expected behaviour

tar.zst or zst Option when compressing multiple files/dirs

Actual behaviour

No ZST option anywhere, unless compressing 1 file.

Steps to reproduce the behaviour

echo hi | tee -a file1 file2
engrampa --default-dir="/home/user" --add file1 file2

Package version

engrampa v1.24.2

Linux Distribution

Manjaro XFCE

zhuyaliang commented 1 year ago

@ManuLinares engramma does not support compression of zstd type

    else if (is_mime_type (mime_type, "application/x-zstd-compressed-tar")) {
        if (is_program_available ("zstd", check_command))
            capabilities |= FR_COMMAND_CAN_READ;
    }

This may help you zstd

ManuLinares commented 1 year ago

I'm using "file-roller" now, the way to compress multiple files in zstd in file-roller is to select, "tar.zst" as the output. I cannot test this in engrampa

zhuyaliang commented 1 year ago

@ManuLinares I believe that in the near future, engrampa will also support zstd, and we have been working hard. Can I close this issue

ManuLinares commented 1 year ago

That is up to you, but I don't think "closing issues that are not solved" solves anything.

We better change the title to [Feature missing] or something like that.