Fix grammar in README for viewer description

Correct grammar and clarify the viewer's execution method.
This commit is contained in:
2026-03-16 00:42:51 +05:30
committed by GitHub
parent 94537af90b
commit 6a71bd0ecf
+1 -3
View File
@@ -21,9 +21,7 @@ keyboard input
**Daemon (`keystroke`)** runs silently as a systemd user service. It reads raw keyboard events directly from `/dev/input/` using Linux's evdev interface — the same layer the kernel uses to handle input devices. Every keydown event increments that key's count in memory and flushes it to a local SQLite database. No key sequences are ever stored — only counts.
**Viewer (`keystroke-stats`)** is a separate binary you run manually. It reads the SQLite database, renders a live color-coded keyboard heatmap using FTXUI, and refreshes every 200ms. Press `q` to quit.
The two binaries never talk to each other directly — SQLite is the only shared state between them.
**Viewer (`keystroke-stats`)** is a separate binary ran manually. It reads the SQLite database, renders a live color-coded keyboard heatmap using FTXUI, and refreshes every 200ms.
---