Replies: 1 comment
-
Nothing like answering your own questions. It was easy once you familiarize yourself with the documentation (heh): [opener]
app_image = [
{ run = '"$0"', orphan = true, desc = "Run AppImage", for = "unix" }
]
[open]
prepend_rules = [
{name = "*.AppImage", use = ["app_image"]},
] You need an additional |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm attempting to use Yazi to open a few .AppImage files that I have to no avail. I did come across this thread but that was back in Februrary and it does not seem to be working for me. I''m not sure the
exec
is a viable argument as I'm not seeing it in the documentation. I've triedrun
as well....Any help would be awesome, thanks!
Beta Was this translation helpful? Give feedback.
All reactions