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)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

Edit: Thanks for the help, Yazi seems to be what I'm looking for.

Basically the title. I am looking to use a TUI file manager, but most seem to only support opening files in one external application based on mime-type.

What I need:
Select an image -> file manager shows a preview (unpixelated)
Open image -> it opens in my default image viewer
Open image with... -> file manager lets me select a program to open it

I need this cause I often want to open images in gimp, but I don't want it to be my default image viewer.

you are viewing a single comment's thread
view the rest of the comments
[–] stepan@lemmy.cafe 5 points 1 week ago

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.