rschmitt / heatseeker

A high-performance Selecta clone, written in Rust.
MIT License
214 stars 10 forks source link

The hs command appears to hang on MSYS shells/Git Bash (Windows) #25

Closed mistodon closed 5 years ago

mistodon commented 7 years ago

I installed via Chocolatey. It works correctly in a Windows cmd shell, but running ls | hs.exe just hangs forever in an MSYS shell or Git Bash shell.

(Possibly also worth noting that ls | selecta in the same shell gives me an error: selecta:829:in 'spawn': No such file or directory - /dev/tty (Errno::ENOENT))

mistodon commented 7 years ago

It looks like this is actually a problem with MSYS: https://stackoverflow.com/questions/16555260/msys-not-opening-programs-interactively

Running ls | winpty hs however results in: stdin is not a tty

rschmitt commented 7 years ago

I think a Cygwin build of Heatseeker will be required for MSYS. This isn't something I've attempted before.

muellerj commented 7 years ago

Also see #15.