aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Winston2022-03-30 23:47:21 -0400
committerBen Winston2022-03-30 23:47:21 -0400
commit8bfa376bb5570738214f2b009e15df1938370998 (patch)
tree6c33687e26eac1957c04c4ddc55b8905cf2edd53
parent30659a5c80f64fc5d31551bbb2b8f2528059ee93 (diff)
rename project roku-tui
-rw-r--r--README.md14
-rwxr-xr-xroku_tui.py (renamed from roku-cli.py)0
2 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 9627cb4..8078cfc 100644
--- a/README.md
+++ b/README.md
@@ -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