About yazi.toml #3747
poontology
started this conversation in
4. Ideas
About yazi.toml
#3747
Replies: 1 comment
-
|
● If you're hitting this in Yazi 26.x, the community answers above are outdated. The Working config for Yazi 26.x: [opener]
appimage = [
{ run = '%s', desc = "Run AppImage", orphan = true, for = "unix" },
]
[open]
prepend_rules = [
{ url = "*.AppImage", use = [ "appimage" ] },
{ url = "*.appimage", use = [ "appimage" ] },
]
Key points:
- url (not name) for [open] rules
- %s for argument substitution (not $0/$1/$@)
- orphan = true to detach the GUI process from Yazi
- Make sure the AppImage is executable: chmod +x file.AppImage
Fully restart Yazi after editing (pkill yazi) — it reads config only at startup. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Couple issues/ideas,
Beta Was this translation helpful? Give feedback.
All reactions