https://github.com/oxidecomputer/thouart
Some helpful code for implementing CLI tools for connecting to simulated remote terminals
https://github.com/oxidecomputer/thouart
Last synced: 11 months ago
JSON representation
Some helpful code for implementing CLI tools for connecting to simulated remote terminals
- Host: GitHub
- URL: https://github.com/oxidecomputer/thouart
- Owner: oxidecomputer
- License: mpl-2.0
- Created: 2023-04-26T07:20:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T11:53:16.000Z (over 1 year ago)
- Last Synced: 2025-02-18T12:40:56.502Z (over 1 year ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 5
- Watchers: 23
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# thouart
An abstraction for switching to raw TTY mode and forwarding bytes to/from stdout/stdin, potentially useful for CLI tools that might be presenting an interface to a remote shell or serial console.