Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mistodon opened this issue Jul 28, 2017 · 3 comments
Closed

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

mistodon opened this issue Jul 28, 2017 · 3 comments

Comments

@mistodon
Copy link

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
Copy link
Author

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
Copy link
Owner

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

@muellerj
Copy link

muellerj commented Aug 2, 2017

Also see #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants