1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gource.md
Marco Bonelli 2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30

771 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.

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

gource {{path/to/repository}}

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

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

  • Set a custom time scale for the animation:

gource -c {{time_scale_multiplier}}

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

gource -s {{seconds}}

  • Set fullscreen mode and a custom background color:

gource -f -b {{hex_color_code}}

  • Set a title for the animation:

gource --title {{title}}