chafa icon indicating copy to clipboard operation
chafa copied to clipboard

Erratic behavior of `chafa -f iterm image.jpg` on Windows

Open ykhan21 opened this issue 1 year ago • 2 comments

Setup:

On Windows:

  1. Install scoop, run scoop bucket add main, run scoop bucket add extras, and finally run scoop install git wezterm chafa.
  2. Use this image.
  3. Set Wezterm's default shell to the bash shell that was installed with scoop install git. To do this, create a ~/.wezterm.lua file with these contents:
local wezterm = require 'wezterm'
local config = {}
config.default_prog = { 'c:/users/USERNAME/scoop/apps/git/current/bin/bash.exe -i -l' }
return config

See https://wezfurlong.org/wezterm/config/files.html for more details.

Problem:

On Wezterm, chafa -f iterm image.jpg sometimes outputs extra space at the end like so: image

Notice that the shell prompt starts at the bottom right of the image above.

On mintty (the terminal called Git Bash that is installed when you install Git for Windows is mintty), most of the time, chafa -f iterm image.jpg does not display an image and instead results in a large amount of whitespace, almost as if it were displaying an empty image. Very rarely it displays a distorted half of the image. The showimg script found here works correctly to show images in mintty (Git Bash) in the iterm format.

ykhan21 avatar Mar 17 '24 04:03 ykhan21

Duplicate of #186

AnonymouX47 avatar Mar 17 '24 13:03 AnonymouX47

Thanks for filing the issue, @ykhan21. I think @AnonymouX47 is right - the short version is that Chafa is a native Windows app, and the Wezterm binary is a Cygwin app. These are different platforms that don't play well together. We need to add Cygwin builds (or alternatively, other apps should be made native).

hpjansson avatar Mar 17 '24 15:03 hpjansson