You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tool: Yazi (and other terminal file managers like Ranger / LF / Superfile)
Description
When navigating media files (images, PDFs, videos) using CLI file managers like Yazi inside a Herdr pane,
media previewers fail and render binary replacement characters (▒▒▒▒▒▒▒▒▒▒▒▒▒▒) across the preview pane.
Outside Herdr (directly in Kitty / WezTerm / iTerm2), image and media previews function normally because the
terminal directly handles the graphics escape sequences.
Expected Behavior
Herdr should either:
Pass through terminal graphics escape protocols (Kitty graphics protocol \x1b_G... or Sixel \x1bP...)
to the underlying host terminal emulator (similar to tmux's set -g allow-passthrough on).
Expose a configuration flag in Herdr to enable graphics escape sequence passthrough.
Steps to Reproduce
Open a Herdr workspace session.
Launch yazi in a pane and select an image or PDF file.
Observe binary control byte corruption (▒▒) in the preview pane instead of an image
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Environment
Description
When navigating media files (images, PDFs, videos) using CLI file managers like Yazi inside a Herdr pane,
media previewers fail and render binary replacement characters (
▒▒▒▒▒▒▒▒▒▒▒▒▒▒) across the preview pane.Outside Herdr (directly in Kitty / WezTerm / iTerm2), image and media previews function normally because the
terminal directly handles the graphics escape sequences.
Expected Behavior
Herdr should either:
\x1b_G...or Sixel\x1bP...)to the underlying host terminal emulator (similar to
tmux'sset -g allow-passthrough on).Steps to Reproduce
yaziin a pane and select an image or PDF file.▒▒) in the preview pane instead of an imageAll reactions