2016-12-27 20:48:24 +01:00
|
|
|
# gource
|
|
|
|
|
|
|
|
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
|
2019-02-11 19:00:49 +01: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 20:48:24 +01:00
|
|
|
|
2019-04-06 09:34:03 -03: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 20:48:24 +01: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 20:48:24 +01:00
|
|
|
|
|
|
|
`gource -{{width}}x{{height}}`
|
|
|
|
|
2024-02-09 10:55:36 -03:00
|
|
|
- Specify how long each day should be in the animation (this combines with -c, if provided):
|
2016-12-27 20:48:24 +01:00
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`gource {{[-s|--seconds-per-day]}} {{seconds}}`
|
2016-12-27 20:48:24 +01:00
|
|
|
|
2024-02-09 10:55:36 -03:00
|
|
|
- Use fullscreen mode and a custom background color:
|
2016-12-27 20:48:24 +01:00
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`gource {{[-f|--fullscreen ]}} {{[-b|--background-colour]}} {{hex_color_code}}`
|
2016-12-27 20:48:24 +01:00
|
|
|
|
2024-02-09 10:55:36 -03:00
|
|
|
- Specify the animation title:
|
2016-12-27 20:48:24 +01:00
|
|
|
|
|
|
|
`gource --title {{title}}`
|
2025-04-22 15:48:30 +03:00
|
|
|
|
|
|
|
- Pause the animation:
|
|
|
|
|
|
|
|
`<Space>`
|
|
|
|
|
|
|
|
- Adjust simulation speed:
|
|
|
|
|
|
|
|
`<{{+|-}}>`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`gource {{[-h|--help]}}`
|