chjj / tty.js

A terminal for your browser, using node/express/socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture sent commands

rodrigopssilva opened this issue · comments

I would like to capture the command sent after the user hit the enter key.
I need this to make a log.

Anyone knows how can I do it?

Has anybody figured this out?