sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

nodejs support #30

Open shaunc opened 9 years ago

shaunc commented 9 years ago

I went looking for GNU readline support in nodejs and found this project. It does most things I want, but is coupled to the DOM. Would you consider factoring out DOM-specific stuff and leaving a core that implements in a UI-agnostic way?