-
What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?kitty 0.41.1
|
Beta Was this translation helpful? Give feedback.
Answered by
sxyazi
Apr 26, 2025
Replies: 1 comment
-
{ name = "*.html", run = 'piper -- (command -v cha >/dev/null 2>&1 && cha -d "$1") || w3m -dump "$1"' } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aik2mlj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run
is a plugin command, not a shell command.piper
is a plugin that turns shell output into preview content, which accepts a shell command, hence you need: