shellshare icon indicating copy to clipboard operation
shellshare copied to clipboard

Live terminal broadcasts

Results 18 shellshare issues
Sort by recently updated
recently updated
newest added

As per @amosbird report on #49, if your terminal is too wide, shellshare breaks its lines and it looks like this: ![terminal too wide to fit shellshare](https://cloud.githubusercontent.com/assets/76945/26155650/d4555a2e-3b0b-11e7-8664-60086a689147.png) Instead of breaking...

enhancement
help-wanted

It would make it a lot easier to see if it was full screen. Also, the scrolling is way too sensitive.

enhancement
help-wanted

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

enhancement

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

bug
help-wanted

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.

enhancement

To reproduce, simply run `gulp server` in one screen and try editing a JS file on another. Gulp should restart twice (not sure why).

bug

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

enhancement