snippetbashTip
gource — Renders an animated tree diagram of Git, SVN, Mercurial, and Bazaar repositories. It shows files and
Viewed 0 times
commandtreecligourcediagramrendersanimatedgit
Problem
How to use the
gource command: Renders an animated tree diagram of Git, SVN, Mercurial, and Bazaar repositories. It shows files and directories being created, modified, or removed over time. More information: <https://manned.org/gource>.Solution
gource — Renders an animated tree diagram of Git, SVN, Mercurial, and Bazaar repositories. It shows files and directories being created, modified, or removed over time. More information: <https://manned.org/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}}Run gource in the current directory, with a custom output resolution:
gource -{{width}}x{{height}}Specify how long each day should be in the animation (this combines with -c, if provided):
gource {{[-s|--seconds-per-day]}} {{seconds}}Use fullscreen mode and a custom background color:
gource {{[-f|--fullscreen]}} {{[-b|--background-colour]}} {{hex_color_code}}Specify the animation title:
gource --title {{title}}Pause the animation:
<Space>Adjust simulation speed:
<{{+|-}}>Display help:
gource {{[-h|--help]}}Code Snippets
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}}Run gource in the current directory, with a custom output resolution
gource -{{width}}x{{height}}Specify how long each day should be in the animation (this combines with -c, if provided)
gource {{[-s|--seconds-per-day]}} {{seconds}}Use fullscreen mode and a custom background color
gource {{[-f|--fullscreen]}} {{[-b|--background-colour]}} {{hex_color_code}}Specify the animation title
gource --title {{title}}Context
tldr-pages: common/gource
Revisions (0)
No revisions yet.