Commit Graph

13 Commits

Author SHA1 Message Date
6cfb7ff584 feat: add export command and hash-based word frequency tracking in tikker
Some checks failed
Build / build-linux (push) Failing after 15s
Build / build-clang (push) Failing after 50s
Tests / test (push) Failing after 22s
Build / build-macos (push) Has been cancelled
2025-12-05 17:09:44 +00:00
57e32c5769 chore: remove legacy libtikker static library and simplify Makefile build targets 2025-12-05 16:08:50 +00:00
caee3a7e22 chore: add openai and requests dependencies and refactor plot.py with logging and new tikker_viz module 2025-11-08 14:08:49 +00:00
82feb53f3c feat: add merge.py for log summaries and tags.py for word indexing with Makefile targets 2025-01-06 23:53:41 +00:00
fe77e112c9 chore: add review notes to README, refactor tikker.c with MIT license header, and update review.md summary 2024-12-25 23:48:47 +00:00
6bc0dffc7a feat: add binary selection list and device parameter to configuration UI
Implement a new binary selection dropdown and device parameter input field in the device configuration interface, enabling users to choose from available binaries and specify device-specific settings for enhanced flexibility.
2024-12-25 23:33:01 +00:00
426044a7fc chore: remove commented-out legacy keycode array and bracket-wrap special key names in tikker.c 2024-12-16 13:54:01 +00:00
e60484d802 chore: add SDL2 graph build targets and replace tikker keycode table with sparse array 2024-12-16 11:48:00 +00:00
1ae61d71d4 chore: remove stale cleanup comment and fix whitespace in tikker.c 2024-12-09 17:44:05 +00:00
218b5ecec6 fix: remove debug prints, fix pointer casts, and suppress unused parameter in sormc and sorm_csvc 2024-12-08 19:32:40 +00:00
639e0b8b0d chore: strip trailing whitespace and reorder includes in sormc.h and tikker.c 2024-12-08 18:33:45 +00:00
ae1e606bf7 feat: add real-time press/release/repeat counters to keyboard event logging in tikker.c 2024-12-08 18:33:01 +00:00
c5423cb477 chore: add initial Makefile, sormc.h header, and tikker keyboard logger source 2024-12-08 15:19:17 +00:00