~tagglink/libjournal

A library for fast processing of a time logging format

806be0e edit README to notify about submodules

1 year, 5 months ago

0d31ea9 added MIT license

1 year, 5 months ago

#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.