Once you have augr
installed, run the following command:
$ augr time track reading software-setup
$
This will start a new event with two tags, attached: “reading” and “software-setup”.
Now you can run augr time status
to see how long you’ve been reading for:
$ augr time status
2025-06-20T22:29:35 2s reading software-setup
1 events
$
Once you are done reading, you can run augr time track
again to start a new event:
$ augr time track
$
Run augr time status
again and you’ll now see two events listed:
$ augr time status
2025-06-20T22:29:35 4m56s reading software-setup
2025-06-20T22:34:31 0s
2 events
$
And that’s really all there is to it at the moment.