Skip to content

tdammers/termshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termshare

Introduction

Share terminal sessions over HTTP.

Installing

git clone https://github.com/tdammers/termshare
cd termshare
stack install

Basic usage

Start a terminal session with GNU script and run it into a session file:

script --flush --append session

Then, in another terminal, tail that file into termshare:

tail -f session | PORT=12345 termshare

Now open http:https://localhost:12345 in your browser. Anything that happens in the first terminal appears in your browser.

About

Broadcast terminal sessions over HTTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages