Have you checked out yazi? It shows a file preview and you can Open with with O
this post was submitted on 23 Mar 2026
12 points (100.0% liked)
Linux Questions
3839 readers
7 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
I use Yazi, and I have a separate bind to open the file in Junction. Junction is an "open with" chooser.
Relevant lines from keymap.toml:
[[mgr.prepend_keymap]]
on = ["b", "j"]
desc = "open in Junction"
run = '''
shell 'flatpak run re.sonny.Junction "$@"' --confirm --orphan
'''
I'm not the biggest fan of Junction, but sadly I haven't found anything better yet.
Yazi allows you to set multiple openers, though I assume you have already looked into it already?
Nope, the Duck failed me on this one. Thank you!
Nice. Yazi's probably the best in this niche, you are going to like it a lot.
Took me half an hour to figure it out, because I'm thick as a brick, but holy shit this is nice:

Thanks again.