2016-12-27 19:48:24 +00:00
|
|
|
# gource
|
|
|
|
|
|
|
|
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
|
2019-02-11 18:00:49 +00:00
|
|
|
> 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}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Specify the timescale for the animation:
|
2016-12-27 19:48:24 +00:00
|
|
|
|
|
|
|
`gource -c {{time_scale_multiplier}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Specify 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}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Use fullscreen mode and a custom background color:
|
2016-12-27 19:48:24 +00:00
|
|
|
|
|
|
|
`gource -f -b {{hex_color_code}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Specify the animation title:
|
2016-12-27 19:48:24 +00:00
|
|
|
|
|
|
|
`gource --title {{title}}`
|