Metadata-Version: 2.4
Name: rimokon
Version: 0.1.1
Summary: LAN remote-shell controller for rimokond.
Author: prade
License-Expression: MIT
Keywords: controller,lan,remote,shell
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# rimokon

LAN remote-shell controller for **rimokond**. Runs on the one device you control from.

## Commands

```
rimokon list
rimokon shell <peer> [<key> | /X]
rimokon run <peer> [<key> | /X] "cmd"
```

- `list` — discover and show peers on the LAN.
- `shell <peer>` — interactive per-line session with live output.
- `run <peer> "cmd"` — run a single command and stream its output.

`<peer>` is the name set during `rimokond setup`. The optional argument after the peer is the value configured on that device; `/X` is an alternate form. If it is omitted or does not match, the controller reports `could not connect`.
