Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZST compress multiple files. #431

Open
ManuLinares opened this issue May 14, 2021 · 4 comments
Open

ZST compress multiple files. #431

ManuLinares opened this issue May 14, 2021 · 4 comments

Comments

@ManuLinares
Copy link

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
Copy link
Member

@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
Copy link
Author

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
Copy link
Member

@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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants