- Notifications
You must be signed in to change notification settings - Fork4
ASCII to SVG Git log graph visualizer.
License
NotificationsYou must be signed in to change notification settings
bast/gitink
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ASCII to SVG Git log graph visualizer. Useful for teaching Git.Under the hood it useshttps://github.com/bast/ascii2graph.
$cat example.txt [feature] | v x1-----x2 /c1----c2----m1----c3----c4 \ / ^ b1----b2----b3 | ^ ^ [main,HEAD] | | [_branch] [branch]
$ gitink --in-file=example.txt| display
This produces (display command requiresimagemagick):
$gitink --helpUsage: gitink [OPTIONS]Options: --scale FLOAT Scale sizes by this factor. --in-file TEXT ASCII file to convert. --time-direction INTEGER Direction of the time arrow (0, 90, 180, or 270). Default: 90 (right). --help Show this message and exit.
$ pip install gitink
Coloring is done according to the first character of the commit hash. Othersuggestions welcome.
- Asciio: this project has aGitmode and can bescriptedusing theAPI togenerate graphs.
About
ASCII to SVG Git log graph visualizer.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.