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>.
Install
- All systems
-
curl cmd.cat/gource.sh
- Debian
-
apt-get install gource - Ubuntu
-
apt-get install gource -
Alpine
-
apk add gource - Arch Linux
-
pacman -S gource - Kali Linux
-
apt-get install gource - Fedora
-
dnf install gource - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install gource - OS X
-
brew install gource - Raspbian
-
apt-get install gource - Docker
-
docker run cmd.cat/gource gourcepowered by Commando
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 -widthxheight -
Set a custom timescale 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
© tl;dr; authors and contributors