TShare
Collaborative terminal sharing.
Screenshots
Requirements
- Rust (any recent version)
Development dependencies:
- just (
cargo install just) - djlint (
pip install djlint) for HTML formatting
Installation
Download pre-built packages from the releases page or build from source:
# Binaries will be in target/release/
Usage
Start servers:
&
&
Share terminal:
Development
See justfile for available commands:
Common commands:
Architecture
tshare: CLI client, captures terminal sessionstshare tunnel: WebSocket relay and API, port 8385tshare web: Web interface, port 8386
Configuration
All binaries accept --help for options. Default configuration works for local development.
Production example:
License
MIT