Modify images #3186
Unanswered
bluedogtwo
asked this question in
1. Q&A
Modify images
#3186
Replies: 1 comment
-
|
Maybe you can add an opener which tells that your file with that mimetype has to be opened with |
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.
-
What system are you running Yazi on?
macOS
What terminal are you running Yazi in?
iterm2 3.5.14
yazi --debugoutputYazi Version: 25.5.31 (Homebrew 2025-05-30) Debug : false Triple : aarch64-apple-darwin (macos-aarch64) Rustc : 1.87.0 (17067e9a 2025-05-09) Ya Version: 25.5.31 (Homebrew 2025-05-30) Emulator TERM : Some("xterm-256color") TERM_PROGRAM : Some("iTerm.app") TERM_PROGRAM_VERSION: Some("3.5.14") Brand.from_env : Some(Iterm2) Emulator.detect : Emulator { kind: Left(Iterm2), light: false, csi_16t: (0, 0), force_16t: false } Adapter Adapter.matches : Iip Dimension.available: Dimension { rows: 49, columns: 156, width: 2184, height: 1274 } Desktop XDG_SESSION_TYPE : None WAYLAND_DISPLAY : None DISPLAY : None SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : Some("/bin/zsh") EDITOR : Some("/usr/bin/vim") VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME: None YAZI_ZOXIDE_OPTS: None FZF_DEFAULT_OPTS: None Text Opener default : Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) block-create: Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) block-rename: Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) Multiplexers TMUX : false tmux version : tmux 3.5a tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : No such file or directory (os error 2) Dependencies file : 5.41 ueberzugpp : No such file or directory (os error 2) ffmpeg/ffprobe: 8.0 / 8.0 pdftoppm : 25.08.0 magick : 7.1.2-3 fzf : 0.65.2 fd/fdfind : 10.3.0 / No such file or directory (os error 2) rg : 14.1.1 chafa : No such file or directory (os error 2) zoxide : 0.9.8 7zz/7z : 25.01 / No such file or directory (os error 2) resvg : No such file or directory (os error 2) jq : 1.8.1 Clipboard wl-copy/paste: No such file or directory (os error 2) / No such file or directory (os error 2) xclip : No such file or directory (os error 2) xsel : No such file or directory (os error 2) Routine `file -bL --mime-type`: text/plain See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.Describe the question
I have previously used Broot to do this. With Broot I could use
{
invocation: "imgjpgxl"
leave_broot: false
auto_exec: false
execution: "vips thumbnail {file} {parent}/{file-stem}.jxl[Q=80] 1600"
}
How is this solved in Yazi?
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions