
gource
List of commands for gource:
-
gource:tldr:31b98 gource: Set how long each day should be in the animation (this combines with -c, if provided).$ gource -s ${seconds}try on your machineexplain this command
-
gource:tldr:46e04 gource: Set a custom timescale for the animation.$ gource -c ${time_scale_multiplier}try on your machineexplain this command
-
gource:tldr:aa3c8 gource: 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}try on your machineexplain this command
-
gource:tldr:b1f6d gource: Set a title for the animation.$ gource --title ${title}try on your machineexplain this command
-
gource:tldr:c02f7 gource: Set fullscreen mode and a custom background color.$ gource -f -b ${hex_color_code}try on your machineexplain this command
-
gource:tldr:ca556 gource: Run gource in the current directory, with a custom output resolution.$ gource -${width}x${height}try on your machineexplain this command