{"id":16296251,"url":"https://github.com/jannchie/tgit","last_synced_at":"2026-02-04T12:07:31.951Z","repository":{"id":233707693,"uuid":"782557361","full_name":"Jannchie/tgit","owner":"Jannchie","description":"Tool for managing git repositories.","archived":false,"fork":false,"pushed_at":"2025-12-21T17:52:45.000Z","size":1008,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-23T06:56:10.197Z","etag":null,"topics":["ai","git"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jannchie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-05T14:35:47.000Z","updated_at":"2025-12-21T17:52:46.000Z","dependencies_parsed_at":"2024-04-24T14:12:32.051Z","dependency_job_id":"b537468c-3dca-4fa2-b8bd-f2c7e62d3ed1","html_url":"https://github.com/Jannchie/tgit","commit_stats":null,"previous_names":["jannchie/tgit"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/Jannchie/tgit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Ftgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Ftgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Ftgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Ftgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jannchie","download_url":"https://codeload.github.com/Jannchie/tgit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Ftgit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ai","git"],"created_at":"2024-10-10T20:21:51.180Z","updated_at":"2026-02-04T12:07:31.946Z","avatar_url":"https://github.com/Jannchie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 TGIT - Tool for Git Interaction Temptation\n\n[![CodeTime Badge](https://shields.jannchie.com/endpoint?style=social\u0026color=222\u0026url=https%3A%2F%2Fapi.codetime.dev%2Fv3%2Fusers%2Fshield%3Fuid%3D2%26project%3Dtgit)](https://codetime.dev)\n[![codecov](https://codecov.io/gh/Jannchie/tgit/graph/badge.svg?token=YQE0LPE7JX)](https://codecov.io/gh/Jannchie/tgit)\n[![PyPI version](https://badge.fury.io/py/tgit.svg)](https://badge.fury.io/py/tgit)\n[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nAn elegant CLI tool that simplifies and streamlines your Git workflow with AI-powered commit messages, automated changelog generation, and intelligent version management.\n\n## ✨ Features\n\n### 🤖 AI-Powered Commits\n\n- Generate conventional commit messages automatically using OpenAI\n- Smart diff analysis that focuses on meaningful changes\n- Support for custom commit types and emojis\n- Breaking change detection\n- Two-level secret scanning: prompts (default yes) for key names and blocking prompts for exposed values\n\n### 📝 Automated Changelog\n\n- Generate beautiful, structured changelogs from conventional commits\n- Group commits by type with emoji categorization\n- Support for multiple output formats\n- Automatic git remote URL detection for commit links\n\n### 🔢 Intelligent Version Management\n\n- Semantic versioning with pre-release support\n- Support for multiple project files (package.json, pyproject.toml, Cargo.toml, etc.)\n- Automatic version bumping based on commit history\n- Git tagging integration\n\n### ⚙️ Flexible Configuration\n\n- Global and workspace-specific settings\n- YAML-based configuration files\n- Interactive settings management\n- Customizable commit types and emojis\n\n## 🚀 Quick Start\n\n### Installation\n\n```bash\npip install tgit\n```\n\n### Basic Usage\n\n```bash\n# AI-powered commit with automatic message generation\ntgit commit\n\n# Generate changelog for current version\ntgit changelog\n\n# Bump version and generate changelog\ntgit version\n\n### Configuration\n\nThe easiest way to configure TGIT is through the interactive settings command:\n\n```bash\n# Interactive configuration - recommended!\ntgit settings\n```\n\nThis will guide you through setting up:\n\n- OpenAI API key for AI-powered commits\n- Preferred AI model (gpt-5-mini, gpt-4.1, etc.)\n- Commit emoji preferences\n- Custom commit types\n\nAlternatively, you can manually create a `.tgit.yaml` file in your project root or `~/.tgit.yaml` for global settings:\n\n```yaml\napiKey: \"your-openai-api-key\"\nmodel: \"gpt-5-mini\"\ncommit:\n  emoji: true\n  types:\n    - type: \"feat\"\n      emoji: \"✨\"\n    - type: \"fix\"\n      emoji: \"🐛\"\n```\n\n## 📖 Commands\n\n### Commit\n\n```bash\n# AI-powered commit\ntgit commit \n\n# Breaking change commit\ntgit commit --breaking \"remove deprecated api\"\n```\n\n### Changelog\n\n```bash\n# Generate changelog for current version\ntgit changelog\n\n# Generate changelog from specific version\ntgit changelog --from v1.0.0\n\n# Generate changelog to specific version\ntgit changelog --to v2.0.0\n```\n\n### Version\n\n```bash\n# Interactive version bump\ntgit version\n\n# Limit to root only (disable recursive bump)\ntgit version --no-recursive\n\n# Bump specific version type\ntgit version --patch\ntgit version --minor\ntgit version --major\n\n# Pre-release version\ntgit version --prerelease alpha\n```\n\n### Settings\n\n```bash\n# Interactive settings configuration\ntgit settings\n\n# Show current settings\ntgit settings --show\n```\n\n## 🛠️ Development\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/Jannchie/tgit.git\ncd tgit\n\n# Install with uv\nuv pip install -e .\n\n# Install development dependencies\nuv pip install -e \".[dev]\"\n```\n\n### Testing\n\n```bash\n# Run all tests\n./scripts/test.sh\n\n# Run with coverage\n./scripts/test.sh --coverage 90\n\n# Run specific test types\n./scripts/test.sh --unit\n./scripts/test.sh --integration\n```\n\n### Code Quality\n\n```bash\n# Run linting\nruff check .\n\n# Run formatting\nruff format .\n\n# Build package\nuv build\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n## 📞 Support\n\nIf you encounter any problems or have suggestions, please [open an issue](https://github.com/Jannchie/tgit/issues) on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannchie%2Ftgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjannchie%2Ftgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannchie%2Ftgit/lists"}