
I’ve been a bit envious of the activity graph that Github creates for the checkins happening across all repositories by a developer.
Since I’ve always been using fossil across projects, I thought I could do the same with fossil as well.
Fossil repositories being SQLite databases themselves made things a bit easier.
The end result would be that the image would look something like this –

I’ve put this as a docker container so that it’s a bit easier to run and generate these images on a regular basis.
The code is open-source and is available here – Fossil Activity Graph
Leave a Reply