shellshare
shellshare copied to clipboard
Live terminal broadcasts
First of all thanks for this project. I think it's awesome. I think my terminal is pretty, but when I share it, the colors don't translate--so it can be awkward...
[Looks like now v1.1.0 has Windows support?](https://github.com/vitorbaptista/shellshare/releases) How to properly install and use under Windows? Noticed, that _%appdata%\Local\Microsoft\WindowsApps_ is in path, perhaps download [shellshare](https://raw.githubusercontent.com/vitorbaptista/shellshare/master/public/bin/shellshare) and [script.exe](https://github.com/vitorbaptista/shellshare/raw/master/public/bin/script.exe) there? How to run...
I'm trying to run shellshare on Fedora 33 (python 3.9.1). It runs without errors, prints a URL, and starts a new shell session, but when opened in the browser there...
Hi, I am getting the following Traceback error on Windows, when attempting to download and install dependencies via Git Bash. Any help please? Traceback (most recent call last): File "shellshare",...
Another approach to #64 that only works for python3 (I've not tested it with Python 2). It should close #65 The main difference with @mikerenfro's is that I'm not "installing"...
shellshare.net doesn't like urllib downloads of script.exe by default. Adding a User-Agent header to sidestep this until a server-side fix can be applied.
As per https://blogs.ucl.ac.uk/research-software-development/our-first-ever-git-workshop-online/, people might think that anything they type is streamed to shellshare, including passwords. This isn't the case: we only stream what visible on the screen/ Add this...
It seems that we could open a RFP (Request For Package) with Debian at https://www.debian.org/devel/wnpp/. Check https://www.debian.org/doc/manuals/maint-guide/ as well.
We might be able to run the static pages over S3 (or maybe GitHub pages) and the communications via AWS IoT + AWS Lambda + API Gateway. http://stesie.github.io/2016/04/aws-iot-pubsub might be...
I would like to remove our dependency on script. Our usage is too basic, and I think we can get rid of it without much work. Basically, what we need...