1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/common/gource.md
Vitor Henrique d79a1667e3
pages*: refine wording (#12132)
* pages*: refine wording

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-02-09 19:25:36 +05:30

812 B

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. More information: https://gource.io.

  • Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there):

gource {{path/to/repository}}

  • Run gource in the current directory, with a custom output resolution:

gource -{{width}}x{{height}}

  • Specify the timescale for the animation:

gource -c {{time_scale_multiplier}}

  • Specify how long each day should be in the animation (this combines with -c, if provided):

gource -s {{seconds}}

  • Use fullscreen mode and a custom background color:

gource -f -b {{hex_color_code}}

  • Specify the animation title:

gource --title {{title}}