tldr/pages/common/gource.md

30 lines
811 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 directories being created, modified or removed over time.
2019-06-07 11:58:26 +01:00
> More information: <https://gource.io>.
2016-12-27 19:48:24 +00:00
2019-04-06 13:34:03 +01:00
- Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there):
2016-12-27 19:48:24 +00:00
`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}}`
- Set a custom timescale for the animation:
2016-12-27 19:48:24 +00:00
`gource -c {{time_scale_multiplier}}`
2017-01-04 23:48:10 +00:00
- Set 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}}`
2017-01-04 23:48:10 +00:00
- Set fullscreen mode and a custom background color:
2016-12-27 19:48:24 +00:00
`gource -f -b {{hex_color_code}}`
2017-01-04 23:48:10 +00:00
- Set a title for the animation:
2016-12-27 19:48:24 +00:00
`gource --title {{title}}`