aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md20
-rw-r--r--res/example.pngbin0 -> 294493 bytes
2 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3e98cb..690fdd2 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,24 @@
Python program that fetches (Swiss) teletext from `api.teletext.ch` and displays
it in the terminal using curses.
+## Usage
+
+- `c`: switch channel (srf1, srfzwei, srfinfo)
+- `<number><return>`: got to page
+- `h`/`l` go to prev/next page
+- `r` reload page
+- `q` quit
+
+## Limitations
+
+- Graphics are not rendered.
+- Sometimes text is misaligned.
+
+## Example
+
+![example](./res/example.png)
+
+
+
+
diff --git a/res/example.png b/res/example.png
new file mode 100644
index 0000000..2ed402a
--- /dev/null
+++ b/res/example.png
Binary files differ