seashells
last updated: Dec 06, 2024
Seashells lets you pipe output from command-line programs to the web in real-time, even without installing any new software on your machine. You can use it to monitor long-running processes like experiments that print progress to the console. You can also use Seashells to share output with friends!
Very neat tool idea!
$ python train.py | seashells
serving at https://seashells.io/v/{url}
Epoch 1/1000, loss = 12.483
{...}
via mastodon:
is there a dumb existing service I can use to make the log output of a CLI tool public on the web?
basically want to take a UNIX pipe to pastebin, streaming style, with "archive" (old logs)
a minute delay is fine. expecting relatively rate log lines (like one a minute average?)
— bryan newbold (@bnewbold.net) December 5, 2024 at 9:01 PM