{"id":25124453,"url":"https://github.com/nazdridoy/github-commit-labels","last_synced_at":"2025-04-02T17:41:36.677Z","repository":{"id":276238854,"uuid":"928672743","full_name":"nazdridoy/github-commit-labels","owner":"nazdridoy","description":"A userscript that enhances GitHub commits by adding beautiful labels for conventional commit types.","archived":false,"fork":false,"pushed_at":"2025-02-07T03:51:17.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T04:20:11.223Z","etag":null,"topics":["commit-message","commit-msg","github","userscript","userstyle"],"latest_commit_sha":null,"homepage":"https://greasyfork.org/en/scripts/526153-github-commit-labels","language":"JavaScript","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/nazdridoy.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":"2025-02-07T03:00:50.000Z","updated_at":"2025-02-07T03:48:48.000Z","dependencies_parsed_at":"2025-02-07T04:34:44.476Z","dependency_job_id":null,"html_url":"https://github.com/nazdridoy/github-commit-labels","commit_stats":null,"previous_names":["nazdridoy/github-commit-labels"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Fgithub-commit-labels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Fgithub-commit-labels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Fgithub-commit-labels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Fgithub-commit-labels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nazdridoy","download_url":"https://codeload.github.com/nazdridoy/github-commit-labels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246863658,"owners_count":20846295,"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":["commit-message","commit-msg","github","userscript","userstyle"],"created_at":"2025-02-08T08:15:37.422Z","updated_at":"2025-04-02T17:41:36.658Z","avatar_url":"https://github.com/nazdridoy.png","language":"JavaScript","readme":"# GitHub Commit Labels\n\nA userscript that enhances GitHub commits by adding beautiful labels for conventional commit types. It automatically detects commit types (like feat, fix, docs) and adds visually appealing labels to make your commit history more readable.\n\n\n## Features\n\n- 🏷️ Adds beautiful labels to conventional commit messages\n- 🎨 GitHub-style design that matches the platform\n- ⚙️ Fully customizable through a user-friendly configuration panel\n- 🔄 Supports multiple aliases for each commit type\n- 🎯 Works on commit history and single commit pages\n- 🌙 Optimized for GitHub's dark theme\n\n\n![2025-02-07_09-17-18](https://github.com/user-attachments/assets/9ad5e643-e2b0-41f9-b332-f0860a631016)\n\n\n## Supported Commit Types\n\nDefault commit types and their aliases:\n\n- **Feature**: `feat`, `feature`\n- **Added**: `added`, `add`\n- **Updated**: `update`, `updated`\n- **Removed**: `removed`, `remove`\n- **Fix**: `fix`, `bugfix`, `fixed`\n- **Hot Fix**: `hotfix`\n- **Documentation**: `docs`, `doc`, `documentation`\n- **Style**: `style`, `css`\n- **UI**: `ui`\n- **Refactor**: `refactor`\n- **Performance**: `perf`, `performance`\n- **Optimize**: `optimize`\n- **Test**: `test`, `tests`, `testing`\n- **Build**: `build`\n- **CI/CD**: `ci`, `cd`\n- **Deploy**: `deploy`, `release`\n- **Dependencies**: `deps`, `dep`, `dependencies`\n- **Chore**: `chore`\n- **Revert**: `revert`\n- **WIP**: `wip`\n- **You Can ADD More**\n  \n## Installation\n\n1. Install a userscript manager:\n   - [Tampermonkey](https://www.tampermonkey.net/) (Recommended)\n   - [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)\n   - [Violentmonkey](https://violentmonkey.github.io/)\n\n2. Install the script:\n   - [Install from Greasy Fork](https://greasyfork.org/en/scripts/526153-github-commit-labels)\n   - Or create a new script in your userscript manager and copy the contents of `github-commit-labels.js`\n\n## Configuration\n\n1. Click on your userscript manager's icon\n2. Select \"GitHub Commit Labels\" \u003e \"Configure Commit Labels\"\n3. Customize:\n   - Add/remove commit types\n   - Edit aliases\n   - Change emojis\n   - Modify colors\n   - Toggle prefix removal\n  \n  ![2025-02-07_09-18-39](https://github.com/user-attachments/assets/a580845e-88ff-40e0-922e-da8247720eed)\n\n\n## Development\n\nTo contribute or modify the script:\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/nazdridoy/github-commit-labels.git\n```\n\n2. Make your changes to `github-commit-labels.js`\n\n3. Test the script by loading it in your userscript manager\n\n4. Submit a pull request with your changes\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details\n\n## Credits\n\nCreated by [nazdridoy](https://github.com/nazdridoy)\n\n## Support\n\nIf you encounter any issues or have suggestions:\n- [Open an issue](https://github.com/nazdridoy/github-commit-labels/issues)\n- [Submit a pull request](https://github.com/nazdridoy/github-commit-labels/pulls)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazdridoy%2Fgithub-commit-labels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnazdridoy%2Fgithub-commit-labels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazdridoy%2Fgithub-commit-labels/lists"}