{"id":20948602,"url":"https://github.com/benst099/firecommit","last_synced_at":"2026-04-21T22:03:12.808Z","repository":{"id":65400408,"uuid":"591420574","full_name":"BenSt099/FireCommit","owner":"BenSt099","description":"Python-Script for generating commit-messages","archived":false,"fork":false,"pushed_at":"2023-09-06T16:35:58.000Z","size":477,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T22:18:40.190Z","etag":null,"topics":["check-commit","commit-conventions","commit-template","commits","efficiency","git","git-commit","group-project","improvement","prettytable","py3","python","python-3","python3","script","standardization","template"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenSt099.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":"2023-01-20T18:03:35.000Z","updated_at":"2023-09-07T14:09:11.000Z","dependencies_parsed_at":"2025-01-19T22:18:12.866Z","dependency_job_id":"9fe4c81d-f49c-4812-b747-bc6b06be4f72","html_url":"https://github.com/BenSt099/FireCommit","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSt099%2FFireCommit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSt099%2FFireCommit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSt099%2FFireCommit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSt099%2FFireCommit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenSt099","download_url":"https://codeload.github.com/BenSt099/FireCommit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243345569,"owners_count":20275869,"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":["check-commit","commit-conventions","commit-template","commits","efficiency","git","git-commit","group-project","improvement","prettytable","py3","python","python-3","python3","script","standardization","template"],"created_at":"2024-11-19T00:22:14.517Z","updated_at":"2025-12-29T22:05:21.039Z","avatar_url":"https://github.com/BenSt099.png","language":"Python","readme":"\u003cdiv align=\"center\" style=\"margin-bottom: 70px\"\u003e\n\t\u003ch1\u003e🔥FireCommit\u003c/h1\u003e\u003cbr\u003e\n\t\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/license-GNU%20Public%20v3-critical\"\u003e\n\t\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/version-v6.2%20--%20stable-green\"\u003e\n\t\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/lang-87b5e0?style=flat\u0026logo=Python\"\u003e\n\t\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/Extension-133b61?style=flat\u0026logo=Git\"\u003e\n\t\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/FireCommit-910806?style=flat\u0026logo=Fireship\"\u003e\n\u003c/div\u003e\n\n## Features\n\n \u003e Commandline-Tool\n\n \u003e Platform-independent\n\n \u003e Modifications possible\n\n## Description\n\nIn large projects it's important to use verbose and structured commit messages. This can be challenging when working in a big team with many\ndevelopers. The provided script helps you with that. \n\n## Requirements\n\n- Python, Vesion \u003e= 3.7 [ [Installation](https://www.python.org/downloads/) ]\n\n## Installation\n\nDownload the source code ([See latest releases](https://github.com/BenSt099/FireCommit/releases)) and unpack them. See **Usage** for starting the script.\n\n## Usage\n\nFirst, choose the working directory (so where your project's `.git`-folder is located) by modifiying `config.json`.\nIt's set to the directory where the script is in (`./`) by default. \n\n**NOTE:** Under Windows, you have to escape the backslash (e.g. __C:\\\\\\\\User\\\\\\\\Projects\\\\\\\\YourProject\\\\\\\\__).\n\nThe script was tested on Windows and Linux (MacOS: Not Tested (Works on my machine 😉)). For starting the script, open a terminal / command prompt and type:\n\n```bash\npython FireCommit.py\n```\n\nor\n\n```bash\npython3 FireCommit.py\n```\n\n## Documentation\n\nFor the full documentation, click [here](https://github.com/BenSt099/FireCommit/blob/main/docs/docs.adoc).\n\n## Known Issues\n\n1. Committing Without Adding\n\n    - The script warns you if some files are unstaged but it doesn't\n      include those files into the commit. You have to manually add them to the staging area.\n\n2. Unexpected Result When Running ``git log``\n\n    - When writing a verbose commit message, a compromise must be made regarding the readability of the git log.\n\n    - If you run `git log`, you may see a large amount of text that would fill up pages.\n\n    - Using `git shortlog` will not help: \n\n\u003cdiv align=\"center\" style=\"margin-bottom: 70px\"\u003e\n\t\u003cimg alt=\"Picture of a bad git shortlog\" src=\"pictures/BadGitShortLog.png\"\u003e\n\u003c/div\u003e\n\nTo search for single commits more easily, use\n\n```bash\ngit log --pretty=format:\"%cn committed %h on %cd with Topic: %f\"\n```\n\nor similar modifications.\n\n## License\n\nThis project is licensed under GNU General Public License v3.0. Fore more information, click [here](https://github.com/BenSt099/FireCommit/blob/main/LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenst099%2Ffirecommit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenst099%2Ffirecommit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenst099%2Ffirecommit/lists"}