webout

Crates.iowebout
lib.rswebout
version0.1.0
sourcesrc
created_at2020-10-28 23:14:25.809182
updated_at2020-10-28 23:14:25.809182
descriptionStream a terminal session
homepagehttps://github.com/bansco/webout
repositoryhttps://github.com/bansco/webout
max_upload_size
id306504
size72,301
Nicolas del Valle (ndelvalle)

documentation

README

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 :sweat_smile:

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

LICENSE

MIT License © Bansco

Commit count: 46

cargo fmt