Project

hokaido

0.02
No commit activity in last 3 years
No release in over 3 years
HND✈CTS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

Hokaido

Hokaido is a character based terminal sharing tool. It's speedy and clear.

Installation

$ cargo install hokaido

How to use

1. Start server

Server is needed to relay communication between broadcaster and watchers.

$ hokaido server # on 203.0.113.10:4423

2. Watch

watch displays broadcaster's shell output.

$ hokaido watch --host 203.0.113.10

3. Broadcast

broadcast invokes a new $SHELL and starts broadcasting its output.

$ hokaido broadcast --host 203.0.113.10