dive icon indicating copy to clipboard operation
dive copied to clipboard

Windows 10 compatibility issue

Open wsy opened this issue 4 years ago • 5 comments

I'm using Windows 10 2004 and I downloaded dive.exe from your GitHub release page.

dive.exe alpine:latest

I tried this command under both Powershell and cmd.exe and I also tried Windows Terminal, the results are the same.

image

I also tried to run dive within docker for Windows, it's working normally. Here's the command I used.

docker run -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest alpine:latest

image

wsy avatar Sep 12 '20 11:09 wsy

It might be caused by a font. In other tools, the problem was caused by a font.

markruler avatar Oct 15 '20 05:10 markruler

Did you tried run in the new one https://docs.microsoft.com/en-us/windows/terminal/ ?

landsman avatar Oct 15 '20 07:10 landsman

you tried run in the

@landsman I tried Windows Terminal, Windows Powershell, Cmd, PowershellCore. Results are the same.

It might be caused by a font. In other tools, the problem was caused by a font.

@markruler I tried multiple fonts, and bug still exists.

wsy avatar Oct 15 '20 10:10 wsy

@wsy You're right. This needs to be fixed.

markruler avatar Oct 15 '20 13:10 markruler

Related: #261 awesome-gocui/gocui#73

markruler avatar Dec 23 '20 07:12 markruler