cash icon indicating copy to clipboard operation
cash copied to clipboard

easy setup with in-browser terminal?

Open tmbdev opened this issue 8 years ago • 2 comments

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 avatar Feb 01 '17 21:02 tmbdev

@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?

nfischer avatar Feb 01 '17 22:02 nfischer

@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.

legodude17 avatar Feb 07 '17 00:02 legodude17