Seashells – Pipe output from command-line programs to the web in real time
1–10 of 45 posts
Re: Seashells – Pipe output from command-line programs to the web in real time
#2This is the first I see software like this, has anybody seen other similarly useful utilities? I think it's invaluable to be able to share your console output with coworkers in real time so they can also help to troubleshoot.
Re: Seashells – Pipe output from command-line programs to the web in real time
#3Re: Seashells – Pipe output from command-line programs to the web in real time
#4Awesome, just wish I could install the server locally, would rather link someone at work to an internal URL. Some of the output at work would be too sensitive to trust to any third party. This is the first I see software like this, has anybody seen other similarly useful utilities? I think it's invaluable to be able to share your console output with coworkers in real time so they can also help to troubleshoot.
You can use tmux's shared sessions via ssh for that, no?
Re: Seashells – Pipe output from command-line programs to the web in real time
#5Re: Seashells – Pipe output from command-line programs to the web in real time
#6I built a similar tool a while ago, but to share your entire (read-only) shell session interactively: https://shellshare.net/. Might be useful for some looking at this.
Re: Seashells – Pipe output from command-line programs to the web in real time
#7Awesome, just wish I could install the server locally, would rather link someone at work to an internal URL. Some of the output at work would be too sensitive to trust to any third party. This is the first I see software like this, has anybody seen other similarly useful utilities? I think it's invaluable to be able to share your console output with coworkers in real time so they can also help to troubleshoot.
* https://github.com/vitorbaptista/shellshare
* https://github.com/yudai/gotty - actually gives you a tty in a browser
* https://github.com/dtinth/ttycast
(edit: formatting)
Re: Seashells – Pipe output from command-line programs to the web in real time
#8Re: Seashells – Pipe output from command-line programs to the web in real time
#9Re: Seashells – Pipe output from command-line programs to the web in real time
#10Piping output from shell into HTTP response bodies is exactly what CGI programming is about. What am I missing that this is considered innovative?
In all seriousness, isn't the use case here more temporary? You're running a script that you want some else to see the output of without the faff of copy & paste to a gist.