The client is written in python. It requires the Terminal Streamer web application written in Meteor.
This allows you to pipe anything from your terminal to a web page.
- Requires python 3.
- Requires the python-meteor library.
- Install the Terminal Streamer web application written in Meteor.
- Set the admin password in
main.py
- (Optional) move
main.py
to your path, make it executable and rename it. I named ittstream
and it lives at/usr/local/bin
. - Done!
Now try ls | tstream
.
- Run
tstream clear
to clear the terminal stream.