LinuxCommandLibrary

gource

gource

TLDR

Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there)

$ gource [path/to/repository]
copy


Run gource in the current directory, with a custom output resolution
$ gource -[width]x[height]
copy


Set a custom timescale for the animation
$ gource -c [time_scale_multiplier]
copy


Set how long each day should be in the animation (this combines with -c, if provided)
$ gource -s [seconds]
copy


Set fullscreen mode and a custom background color
$ gource -f -b [hex_color_code]
copy


Set a title for the animation
$ gource --title [title]
copy

Copied to clipboard