imgcat icon indicating copy to clipboard operation
imgcat copied to clipboard

Does it support Windows?

Open Jeff-Tian opened this issue 5 years ago • 2 comments

Currently on windows it prints the ASCII of that image:

image

Jeff-Tian avatar Jul 06 '19 06:07 Jeff-Tian

Does it support Windows?

Maybe? It depends on whether cmd.exe supports ANSI escapes, which I'm unaware of.

Currently on windows it prints the ASCII of that image:

This is a genuine bug! It's defaulting to the iTerm2 mode — I can tell because of the ]1337; followed by the base64 dump of the image. This should not happen; it should maybe try the ANSI 8 colour output first (most compatible) before trying the more advanced modes (e.g., iTerm2 mode).

eddieantonio avatar Jul 06 '19 06:07 eddieantonio

@Jeff-Tian how did you build it with target on Windows? I can't even execute the ./configure command

kylinholmes avatar Jul 13 '23 02:07 kylinholmes