{"id":18576187,"url":"https://github.com/deuill/grawkit","last_synced_at":"2025-07-03T15:05:05.440Z","repository":{"id":62866158,"uuid":"76757838","full_name":"deuill/grawkit","owner":"deuill","description":"The Awksome Git Graph Generator","archived":false,"fork":false,"pushed_at":"2024-10-29T17:41:45.000Z","size":217,"stargazers_count":175,"open_issues_count":4,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-01T07:18:34.121Z","etag":null,"topics":["awk","git","graph","svg"],"latest_commit_sha":null,"homepage":"https://grawkit.deuill.org","language":"Awk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deuill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-18T02:07:18.000Z","updated_at":"2025-04-02T13:19:22.000Z","dependencies_parsed_at":"2024-06-20T17:18:59.881Z","dependency_job_id":"4fe57c02-033b-4518-8e03-4fc0a34f2aea","html_url":"https://github.com/deuill/grawkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deuill/grawkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fgrawkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fgrawkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fgrawkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fgrawkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deuill","download_url":"https://codeload.github.com/deuill/grawkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fgrawkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263348071,"owners_count":23452866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awk","git","graph","svg"],"created_at":"2024-11-06T23:23:55.359Z","updated_at":"2025-07-03T15:05:05.411Z","avatar_url":"https://github.com/deuill.png","language":"Awk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grawkit - The Awksome Git Graph Generator [![MIT License][license-svg]][license-url]\n\nGrawkit is a tool that helps build SVG graphs from git command-line descriptions, and is built in Awk.\n\nThis tool was created in support of the [\"Orthogonal Git Workflow\"][orthogonal-git] post. Yes, this took way longer to write than the post itself.\n\n## Testing \u0026 Documentation\n\nA `Makefile` is provided for running tests and producing documentation for Grawkit. Run `make help` in the project root for more information.\n\nA full test-suite is provided (depending only on `make` and `awk`), which should serve as a good example of the existing feature-set. Run it with `make test`.\n\n## Installation\n\nCopy the included `grawkit` AWK script into your local search path (most commonly\n`$HOME/.local/bin`), or just use it directly in this folder. Grawkit should work with most\nPOSIX-compatible AWK implementations, and has been tested against `gawk`, `nawk`, `busybox awk`, and `goawk`.\n\n## Status \u0026 Usage\n\nGrawkit has basic support for common `git` commands such as `git branch`, `git tag` and `git merge`, allowing for fairly complex graphs. The integrated test-suite serves as an example, check the `tests` folder for more.\n\nIn order to use this tool, either run the `grawkit` executable against a file containing supported\n`git` commands (any command not recognized will be silently ignored), or pass these in standard\ninput. For instance, given the following file `test.txt`:\n\n```sh\ngit commit -m \"Commit on master\"\ngit commit -m \"More stuff\"\n\ngit branch test-stuff\ngit checkout test-stuff\n\ngit commit -m 'Testing stuff'\ngit commit\n\ngit checkout master\ngit commit\n```\n\nYou can execute either:\n\n```sh\ncat test.txt | grawkit\n# or\ngrawkit test.txt\n```\n\nWhich will produce SVG markup to standard output, rendered as:\n\n\u003cp align=\"center\"\u003e \u003cimg\nsrc=\"https://rawgit.com/deuill/grawkit/892a5cec4dee58838fb18f87fcb00f9d8f4d35a8/tests/03-branch.svg\"\nalt=\"\" width=\"300\"\u003e\u003c/p\u003e\n\n## License\n\nAll code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file.\n\n[orthogonal-git]: https://deuill.org/post/orthogonal-git-workflow/\n[license-url]: https://github.com/deuill/grawkit/blob/master/LICENSE\n[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuill%2Fgrawkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeuill%2Fgrawkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuill%2Fgrawkit/lists"}