1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 14:55:24 +02:00
tldr/pages/common/gource.md

38 lines
918 B
Markdown
Raw Normal View History

2016-12-27 20:48:24 +01: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 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}}`
- Specify how long each day should be in the animation (this combines with -c, if provided):
2016-12-27 20:48:24 +01:00
`gource {{[-s|--seconds-per-day]}} {{seconds}}`
2016-12-27 20:48:24 +01:00
- Use fullscreen mode and a custom background color:
2016-12-27 20:48:24 +01:00
`gource {{[-f|--fullscreen ]}} {{[-b|--background-colour]}} {{hex_color_code}}`
2016-12-27 20:48:24 +01:00
- Specify the animation title:
2016-12-27 20:48:24 +01:00
`gource --title {{title}}`
- Pause the animation:
`<Space>`
- Adjust simulation speed:
`<{{+|-}}>`
- Display help:
`gource {{[-h|--help]}}`