aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-08-12 16:57:50 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-08-12 16:57:50 +0200
commit8b841972b70341c80b1c71a61fbba1806257eb2b (patch)
tree849e929fbf57b9a5f9b446593e6f8bb427f21d7d
parentd5c89e65e7e96ec2f79c2faa32869744d4e429b5 (diff)
downloadtltxch-8b841972b70341c80b1c71a61fbba1806257eb2b.tar.gz
tltxch-8b841972b70341c80b1c71a61fbba1806257eb2b.zip
README
-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