Skip to content

Instantly share code, notes, and snippets.

@bitpaint
Created December 23, 2021 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitpaint/22156846ad3f01a3fba6eb8c01363653 to your computer and use it in GitHub Desktop.
Save bitpaint/22156846ad3f01a3fba6eb8c01363653 to your computer and use it in GitHub Desktop.
Color patcher for Gource
# Add Custom hex color to Specific project
sed -i '/:[0-9]*$/ ! s/$/|FFFFFF/' log.txt
sed -i '/:[0-9]*$/ ! s/$/|000000/' log2.txt
// # Combine logs
// cat *.txt | sort -n > _combined.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment