raypulver / jsh

The JavaScript command line.
MIT License
7 stars 1 forks source link

Windows/Cygwin #2

Open 7fe opened 9 years ago

7fe commented 9 years ago

Can this run on Cgywin/Windows?

raypulver commented 9 years ago

No I did not write the path resolution modules in a platform independent way when I wrote jsh. Node does not run under Cygwin anyway last I checked because Node does lower level things with the terminal than Cygwin allows. On Dec 3, 2015 2:27 PM, "William" notifications@github.com wrote:

Can this run on Cgywin/Windows?

— Reply to this email directly or view it on GitHub https://github.com/raypulver/jsh/issues/2.

7fe commented 9 years ago

@raypulver Technically you can run the Windows node from Cygwin which probably further complicates everything but it could be possible to run jsh with the right patch.

How difficult do you think this would be then?