Created
May 6, 2016 06:00
-
-
Save gouravtiwari/b311c6948bc6f5a5fffddd3baf2f06d4 to your computer and use it in GitHub Desktop.
Fast forward visualization with http://gource.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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