Compare commits

...

2 Commits

Author SHA1 Message Date
342743bf5a Updated README 2024-12-08 19:50:42 +01:00
21d558ccd1 Added session statistics. 2024-12-08 19:47:44 +01:00
2 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,12 @@ sudo ./tikker
``` ```
It can be annoying to have the terminal open the whole day. I advise to use tmux or install it as systemd service. If you install it as systemd service, you're sure you'll never miss a key press! Make sure that you define the work directory where the database should be stored in systemd service. It can be annoying to have the terminal open the whole day. I advise to use tmux or install it as systemd service. If you install it as systemd service, you're sure you'll never miss a key press! Make sure that you define the work directory where the database should be stored in systemd service.
Pre-build binaries:
- Download using `curl -OJ https://retoor.molodetz.nl/api/packages/retoor/generic/tikker/1.0.0/tikker`
.
- Or download using `wget https://retoor.molodetz.nl/api/packages/retoor/generic/tikker/1.0.0/tikker`.
## Compilation ## Compilation
Compilation requires sqlite3 development header files. Compilation requires sqlite3 development header files.
``` ```
@ -26,3 +32,12 @@ Building and running:
``` ```
make make
``` ```
## Output explained
```
Keyboard: AT Translated Set 2 keyboard, Event: RELEASED, Key Code: 15 Pr: 24 Rel: 25 Rep: 14
```
Description is quite clear I assume in exception of last three. These are explained below:
- Pr = key presses this session (so not the total in database).
- Rel = key releases this session (so not the total in database). Release is one more than presses due startup of application that only registers the release of a key.
- Rep = when you hold you key down thus repeats. Also for only session, not database totals.

BIN
tikker

Binary file not shown.