{"id":27615787,"url":"https://github.com/koirand/git-zoo","last_synced_at":"2025-04-23T03:59:37.249Z","repository":{"id":57503306,"uuid":"178909747","full_name":"koirand/git-zoo","owner":"koirand","description":"Adds random animal emoji to git commit message. ","archived":false,"fork":false,"pushed_at":"2020-03-19T15:59:15.000Z","size":1217,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T03:59:30.546Z","etag":null,"topics":["cli","git","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/koirand.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}},"created_at":"2019-04-01T17:07:20.000Z","updated_at":"2024-04-15T11:35:03.000Z","dependencies_parsed_at":"2022-09-13T08:22:14.788Z","dependency_job_id":null,"html_url":"https://github.com/koirand/git-zoo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koirand%2Fgit-zoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koirand%2Fgit-zoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koirand%2Fgit-zoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koirand%2Fgit-zoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koirand","download_url":"https://codeload.github.com/koirand/git-zoo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366703,"owners_count":21418769,"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":["cli","git","go","golang"],"created_at":"2025-04-23T03:59:36.743Z","updated_at":"2025-04-23T03:59:37.243Z","avatar_url":"https://github.com/koirand.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"git-zoo\n===\n\n🐶🐱🐭🐹🐰🦊🐻🐼🐨🐯🦁🐮🐷🐸🐵\n\nThis tool adds random animal emoji to git commit message. Let's make commit log a zoo.\n\n## Feature\n- Supports both `git commit` and `git commit -m` commands.\n- It works also with IDEs such as VSCode and Atom.\n\n## Install\n\nDownload the binary from the [Releases page](https://github.com/koirand/git-zoo/releases).\n\nOr Install with `go get` command.\n\n```bash\n$ go get github.com/koirand/git-zoo\n```\n\n## Usage\nExecute `git zoo` command on your git repository. It will create a git hook symbolic link in `.git/hooks/prepare-commit-msg`. When you commit, you see that the commit message is automatically edited.\n\nIf you have already created git hooks, you can add the command as follows:\n\n```\n#!/bin/sh\n\n...\n\ngit zoo $1\n```\n\nTo disable git hook, unlink symbolic link.\n```\nunlink .git/hooks/prepare-commit-msg\n```\n\n## Git log example\n\n```bash\n$ echo \"foo\" \u003e\u003e README.md\n$ git add --all\n$ git commit -m \"first commit\"\n[master (root-commit) f543f06] 🦁 first commit\n 1 file changed, 1 insertion(+)\n create mode 100644 README.md\n\n$ echo \"bar\" \u003e\u003e README.md\n$ git commit -am \"second commit\"\n[master e89092b] 🐸 second commit\n 1 file changed, 1 insertion(+)\n\n$ echo \"baz\" \u003e\u003e README.md\n$ git commit -am \"third commit\"\n[master ccbcd8a] 🐮 third commit\n 1 file changed, 1 insertion(+)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoirand%2Fgit-zoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoirand%2Fgit-zoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoirand%2Fgit-zoo/lists"}