mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:15:33 +02:00
gource: add page (#1211)
This commit is contained in:
parent
086eca1cc2
commit
44051b4c1e
1 changed files with 28 additions and 0 deletions
28
pages/common/gource.md
Normal file
28
pages/common/gource.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# gource
|
||||||
|
|
||||||
|
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
|
||||||
|
> It shows files and folders 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}}`
|
||||||
|
|
||||||
|
- Set the resolution:
|
||||||
|
|
||||||
|
`gource -{{width}}x{{height}}`
|
||||||
|
|
||||||
|
- Set the animation time scale:
|
||||||
|
|
||||||
|
`gource -c {{time_scale_multiplier}}`
|
||||||
|
|
||||||
|
- Set the amount of time to display each day:
|
||||||
|
|
||||||
|
`gource -s {{seconds}}`
|
||||||
|
|
||||||
|
- Run gource in fullscreen mode and set the background color:
|
||||||
|
|
||||||
|
`gource -f -b {{hex_color_code}}`
|
||||||
|
|
||||||
|
- Set the title:
|
||||||
|
|
||||||
|
`gource --title {{title}}`
|
Loading…
Add table
Reference in a new issue