tldr/pages/common/gource.md

29 lines
823 B
Markdown
Raw Normal View History

2016-12-27 19:48:24 +00:00
# gource
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
> It shows files and folders being created, modified or removed over time.
- Run gource in a directory (if it isn't the repository's root directory, the root is seeked up from there):
`gource {{path/to/repository}}`
2016-12-28 09:43:17 +00:00
- Run gource in the current directory, with a custom output resolution:
2016-12-27 19:48:24 +00:00
`gource -{{width}}x{{height}}`
2016-12-28 09:43:17 +00:00
- Run gource with a custom time scale for the animation:
2016-12-27 19:48:24 +00:00
`gource -c {{time_scale_multiplier}}`
2016-12-28 13:27:49 +00:00
- Run gource specifying how long each day should be in the animation (this combines with -c, if provided):
2016-12-27 19:48:24 +00:00
`gource -s {{seconds}}`
- Run gource in fullscreen mode and set the background color:
`gource -f -b {{hex_color_code}}`
2016-12-28 09:43:17 +00:00
- Run gource providing a title for the animation:
2016-12-27 19:48:24 +00:00
`gource --title {{title}}`