diff options
| author | Ben Winston | 2022-03-30 23:47:21 -0400 |
|---|---|---|
| committer | Ben Winston | 2022-03-30 23:47:21 -0400 |
| commit | 8bfa376bb5570738214f2b009e15df1938370998 (patch) | |
| tree | 6c33687e26eac1957c04c4ddc55b8905cf2edd53 | |
| parent | 30659a5c80f64fc5d31551bbb2b8f2528059ee93 (diff) | |
rename project roku-tui
| -rw-r--r-- | README.md | 14 | ||||
| -rwxr-xr-x | roku_tui.py (renamed from roku-cli.py) | 0 |
2 files changed, 2 insertions, 12 deletions
@@ -1,4 +1,4 @@ -# roku-cli +# roku-tui a command line TUI remote for Roku ## basic usage @@ -13,6 +13,7 @@ Keys on the left map to standard Roku remote buttons on the right * `<` -> Rewind * `>` -> Fast-Forward +For help inside the application, type '?'. To quit the application, type `q`. ## typing mode @@ -27,14 +28,3 @@ be interpreted literally and sent to the Roku. To exit typing mode, press `ENTER` or `ESC`. NOTE: this doesn't work with all text interfaces. - -## 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`. diff --git a/roku-cli.py b/roku_tui.py index 5312631..5312631 100755 --- a/roku-cli.py +++ b/roku_tui.py |
