blob: 6ba4b06177d74cab57f71c90c817ea4018295eed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# roku-cli
a command line remote for Roku
## usage
- [h]ome
- [b]ack
- [p]lay
- [r]eplay
- * (star)
- arrow keys
- enter key
- < and > (rew and ff)
- / (switch to typing mode, 'enter' to exit)
## install
replace the default IP address in `roku.config` with the IP address of
the roku. then run:
```
make
sudo make install
```
program can be started using `roku`
|