Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaesaecracker/servicepoint-ttwhy
Send text to the servicepoint display
https://github.com/kaesaecracker/servicepoint-ttwhy
Last synced: about 1 month ago
JSON representation
Send text to the servicepoint display
- Host: GitHub
- URL: https://github.com/kaesaecracker/servicepoint-ttwhy
- Owner: kaesaecracker
- Created: 2024-11-10T13:01:06.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T13:45:47.000Z (about 2 months ago)
- Last Synced: 2024-11-10T14:30:47.461Z (about 2 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# servicepoint-ttwhy
Pipe text to the servicepoint-display.
For more information, see [here](https://github.com/cccb/servicepoint).
```shell
dmesg --follow > servicepoint-tty
```## Running
With nix: `nix run github:kaesaecracker/servicepoint-ttwhy`
Without nix: checkout the repository and execute `cargo run`
```
Usage: servicepoint-ttwhy [OPTIONS]Options:
-d, --destination Address of the display. Try '172.23.42.29:2342'. [default: localhost:2342]
-f, --fast... Increase speed, but loose some packages. Add multiple times to go faster.
-h, --help Print help
```