Files
activity-logger/README.md
2026-04-18 16:57:43 +01:00

27 lines
419 B
Markdown

# al: the activity logger
![Logo](./docs/icons/256x256/al.png)
al is a simple CLI-based tool for logging your mouse and keyboard activity to a
file. This can be useful for time and sleep tracking.
## Installation
```{bash}
make
```
# Usage
Run the bash script `al.sh` to start al in a TMUX session.
```{bash}
./al.sh
```
Alternatively, run al directly:
```{bash}
./al | tee -a ~/.history/activity_log.csv
```