1 unstable release

0.1.0 Oct 28, 2020

#44 in #cli-client

MIT license

21KB
346 lines

webout

Easily stream terminal sessions

webout example

Goals

  • Stream a terminal session
  • No support for full screen capture programs (top, vim or tmux)
  • Sessions are not persisted
  • CLI client to stream and watch a terminal session
  • Web client to watch terminal sessions

Usage

Stream terminal session

$ webout stream
Webout session started
View online: http://localhost:9000/session/82937d04-be96-459b-ab9d-d813fec738e3
Session id:  82937d04-be96-459b-ab9d-d813fec738e3

Once done, exit ctrl + d or the exit command

$ exit
Webout session ended! Bye :)

Watch terminal session

$ webout watch <session id> 

Install

For now only instaling from source works 😅

git clone git@github.com:Bansco/webout.git
cd webout
cargo install --path .

LICENSE

MIT License © Bansco

Dependencies

~37MB
~848K SLoC