Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gouravtiwari/b311c6948bc6f5a5fffddd3baf2f06d4 to your computer and use it in GitHub Desktop.
Save gouravtiwari/b311c6948bc6f5a5fffddd3baf2f06d4 to your computer and use it in GitHub Desktop.
Fast forward visualization with http://gource.io
# Assuming you have homebrew installed on mac
export G=gource;D=./test-me.log;($G --output-custom-log - --path $D | grep -v '|D|') | ($G --path - --log-format custom --max-files 0 --file-idle-time 0 --time-scale 4 --seconds-per-day 0.00001 --max-file-lag 1 --auto-skip-seconds 0.000000000001 --bloom-intensity 1 --bloom-multiplier 1 --hide dirnames,filenames,users --elasticity 0.4 --stop-at-end --transparent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment