{"id":34151597,"url":"https://github.com/5n7-sk/gmoji","last_synced_at":"2026-01-13T20:49:29.288Z","repository":{"id":57531539,"uuid":"277286256","full_name":"5n7-sk/gmoji","owner":"5n7-sk","description":"A Go implementation of gitmoji-cli","archived":false,"fork":false,"pushed_at":"2022-05-26T18:22:06.000Z","size":67,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T05:26:14.668Z","etag":null,"topics":["git","gitmoji","gitmoji-cli"],"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/5n7-sk.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":"2020-07-05T11:20:20.000Z","updated_at":"2023-04-03T07:07:51.000Z","dependencies_parsed_at":"2022-09-06T17:21:57.630Z","dependency_job_id":null,"html_url":"https://github.com/5n7-sk/gmoji","commit_stats":null,"previous_names":["skmatz/gmoji","5n7-sk/gmoji"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/5n7-sk/gmoji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5n7-sk%2Fgmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5n7-sk%2Fgmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5n7-sk%2Fgmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5n7-sk%2Fgmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5n7-sk","download_url":"https://codeload.github.com/5n7-sk/gmoji/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5n7-sk%2Fgmoji/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["git","gitmoji","gitmoji-cli"],"created_at":"2025-12-15T05:33:19.504Z","updated_at":"2026-01-13T20:49:29.283Z","avatar_url":"https://github.com/5n7-sk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/skmatz/gmoji\"\u003e\n    \u003cimg src=\"./assets/images/banner.png\" width=\"1000\" alt=\"banner\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/skmatz/gmoji/actions?query=workflow%3Arelease\"\u003e\n    \u003cimg\n      src=\"https://github.com/skmatz/gmoji/workflows/release/badge.svg\"\n      alt=\"release\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/github/license/skmatz/gmoji\"\n      alt=\"license\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./go.mod\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/github/go-mod/go-version/skmatz/gmoji\"\n      alt=\"go version\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/skmatz/gmoji/releases/latest\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/github/v/release/skmatz/gmoji\"\n      alt=\"release\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n**A Go implementation of [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli)**\n\n[gitmoji](https://github.com/carloscuesta/gitmoji) is an emoji guide for commit messages.  \nThis repository is a Go implementation of [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli), a CLI application of [gitmoji](https://github.com/carloscuesta/gitmoji).  \nThis application does not require the Node.js environment and is fast enough as compared to the original, which is a JavaScript implementation.\n\n## Usage\n\n```sh\n\u003e gmoji help\n```\n\n```console\ngmoji is a Go Implementation of gitmoji-cli.\n\nUsage:\n  gmoji [flags]\n  gmoji [command]\n\nAvailable Commands:\n  copy        Copy the commit message to the clipboard\n  help        Help about any command\n  hook        Set the commit hook\n  init        Download the list of gmojis\n  list        Show the list of gmojis\n  version     Show version\n\nFlags:\n  -h, --help          help for gmoji\n      --hook string   hook path (.git/COMMIT_EDITMSG)\n  -V, --version       show version\n\nUse \"gmoji [command] --help\" for more information about a command.\n```\n\n### Basic Usage\n\n```sh\n# Download the list of gmojis for the first time only.\ngmoji init\n\n# After initializing git project, set commit hook.\ngit init\ngmoji hook\n\n# Add the file, commit it, and gmoji runs up automatically.\ngit add .\ngit commit\n```\n\n## Install\n\n### Binary\n\nGet binary from [releases](https://github.com/skmatz/gmoji/releases).  \nIf you already have [jq](https://github.com/stedolan/jq) and [fzf](https://github.com/junegunn/fzf) or [peco](https://github.com/peco/peco), you can download binary by running the following command.\n\n```sh\ncurl -Ls https://api.github.com/repos/skmatz/gmoji/releases/latest | jq -r \".assets[].browser_download_url\" | fzf | wget -i -\n```\n\n### Source\n\n```sh\ngo get github.com/skmatz/gmoji/...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5n7-sk%2Fgmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5n7-sk%2Fgmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5n7-sk%2Fgmoji/lists"}