easy setup with in-browser terminal?
I would find this very useful combined with one of the in-browser terminal emulators for JavaScript, to get a simple, portable shell across many different systems. Something like cash --port 8808, then connect with a browser to http://localhost:8808/ and execute commands.
@tmbdev neat suggestion! If you're able to give it a shot, I can try to take a look. Or perhaps you could implement this as a separate module that pulls in cash as a dependency?
@tmbdev there are a few things kinda like that... You should checkout xterm.js and ttyd.
@nfischer, I have a related idea, which is to somehow run something like browserify on cash, so then you can just have a fully in browser terminal.