Stop yazi from opening extracted directory in GUI file Manager #1663
-
Beta Was this translation helpful? Give feedback.
Answered by
himanshugoswamiii
Sep 20, 2024
Replies: 1 comment 4 replies
-
You can click <enter> on the task to inspect what error occurred while running the command, also do a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After reading through the docs and some reddit posts, i found the issue.
The issue was
mime-type
:❯ file -i sdsdsd_20240917075618.tar.gz sdsdsd_20240917075618.tar.gz: application/x-gzip; charset=binary
In this Oracle Linux Distribution, the mime-type is still being used as
application/x-gzip
, while on my personal linux machine it isapplication/gzip
yazi doesn't have any handling for
application/x-gzip
mime-type in[open] rules
in file : https://github.com/sxyazi/yazi/blob/shipped/yazi-config/preset/yazi.tomlSo, i needed to add this to my config: