Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```