Skip to content

Instantly share code, notes, and snippets.

@bpaul
Last active December 2, 2019 05:09
Show Gist options
  • Save bpaul/44b7c464b191e0ea4d1dad3d5fb0056d to your computer and use it in GitHub Desktop.
Save bpaul/44b7c464b191e0ea4d1dad3d5fb0056d to your computer and use it in GitHub Desktop.
Gource for year end summary
# lower bloom because we have a lot of changes
# some slight elasticity to give it a more orgainic feel
# hide filenames overwise too busy
# don't hide files that haven't been hit in 60seconds
# start at beginning of year
gource -start-date '2019-01-01' -s .4 -a 1 --hide filenames --key -f --file-idle-time 0 -e 0.004 -bloom-intensity 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment