~tagglink/libjournal

A library for fast processing of a time logging format
806be0ef — Tomas Granlund 2 years ago
edit README to notify about submodules
0d31ea97 — Tomas Granlund 2 years ago
added MIT license
ac37718e — Tomas Granlund 2 years ago
made error sets explicit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tagglink/libjournal
read/write
git@git.sr.ht:~tagglink/libjournal

You can also use your local clone with git send-email.

#libjournal

A library for fast processing of a time logging format

Use --recurse-submodules to clone

2020/04/02.time

0700 morning routine
0800 commuting to work
0915 fixing bug 4053
1200 lunch
1300 reviewing pull requests
1400 researching front-end frameworks
1500 meeting
1600 fixing bug 4151
1700 commuting home
1800 making dinner
1900 dinner & netflix
2000 reading
2200 sleep

The purpose of the library is to provide functions for querying this filesystem-based database of daily activities and ask it for certain questions - such as:

  1. how long do I spend sleeping?
  2. how long do I spend fixing bugs?
  3. how long do I spend commuting?
  4. how long do I spend in meetings?

etc.

A work in progress.