shellshare
shellshare copied to clipboard
Live terminal broadcasts
As per @amosbird report on #49, if your terminal is too wide, shellshare breaks its lines and it looks like this:  Instead of breaking...
It would make it a lot easier to see if it was full screen. Also, the scrolling is way too sensitive.
There's no way to see if there's someone transmitting or not. It would be great to have a "LIVE" text somewhere indicating it. I'm not sure how to do it,...
As commented on https://github.com/vitorbaptista/shellshare/pull/39 by @devanlai: > An easy way to trip this case is to run something that dumps lots of data, like `dmesg`. > > It's also possible...
I'd like them to be server-side, so we avoid most of the performance hit, and saving just what's important (i.e. pageviews, exceptions, etc.) https://github.com/peaksandpies/universal-analytics seems nice.
To reproduce, simply run `gulp server` in one screen and try editing a JS file on another. Gulp should restart twice (not sure why).
A suggestion I've found in https://news.ycombinator.com/item?id=6191266 was to add a red recording sign. To do so, we could use: ``` RECORDING="`printf '\033[1;31m\342\227\217\033[0m '`" export PS1="$RECORDING $PS1" ``` The problem is:...