mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

Clink breaks the CMDS tool #537

Closed ITCMD closed 2 years ago

ITCMD commented 4 years ago

I frequently use the tool CMDS (one of my own creation) to see open CMD windows in the background, but with clink installed it just hangs forever. Its espeically weird because if I remove @echo off so I can see whats happening, the script works fine, but with @echo off it freezes. Even Ctrl+C doesn't stop it.

I also think that a way to run a cmd window without clink is long overdue (Seee Issue #230 )

chrisant996 commented 3 years ago

This sounds like the same as #516 -- in both cases, turning echo off caused clink to get stuck. It's fixed in the chrisant996/clink fork (which doesn't yet have a released build, but is progressing nicely towards having a beta build hopefully in the next couple of months.)

chrisant996 commented 2 years ago

The chrisant996 fork began releasing official builds several months ago. It should resolve the issue.