streamhut icon indicating copy to clipboard operation
streamhut copied to clipboard

Stream your terminal to web without installing anything 🌐

Results 9 streamhut issues
Sort by recently updated
recently updated
newest added

I don't know what's wrong, but the command(s) doesn't work for me. I tried using zsh/bash on gnome terminal, but nothing is streamed to the given link. (Also nothing happens...

I am running a Streamhut instance with Docker, everything is working as expected except if I try to get the Python stdout printed to the stream. The stream will instead...

Please see https://github.com/miguelmota/streamhut#streamhut. Blue MIT license badge [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/streamhut/streamhut/master/LICENSE) links to streamhut's LICENSE which is actually Apache 2.0 license.

Please leave feedback for streamhut here!

I tried this in powershell and it didn't work, could you explain how I could get it to work with PowerShell?

Hi! I tried to start stream and work in nano. So... for example ctrl+x doesn't work, scrolling via mouse does't work.

bug

The front page lists two commands: * `exec > >(nc streamhut.io 1337) 2>&1` * `exec 3/dev/tcp/streamhut.io/1337 && head -1 >(tee >(cat >&3))` However those work very differently, since the second...

enhancement
question

If the server receives text immediately, it will send that text back before the "streaming to ..." line. That breaks the second command listed on the website (`head -1` won't...

bug