2 مستودعات
Tools that use a prompt-driven interface to assist users in creating well-formatted commit messages.
Distinct from Automated Commit Workflows: Distinct from Automated Commit Workflows: requires user interaction via prompts rather than bypassing confirmation.
Explore 2 awesome GitHub repositories matching development tools & productivity · Interactive Commit Generators. Refine with filters or upvote what's useful.
This project is a Git commit standardization tool and semantic commit generator. It serves as an assistant to align code changes with semantic versioning by enforcing a consistent commit structure and formatting rules. The utility uses interactive prompts to gather user input, which it then validates against semantic categories and interpolates into predefined templates. This process automates the generation of standardized messages, ensuring that each commit follows a specific format to improve project history and traceability. The system also handles commit metadata structuring, including
Uses interactive prompts to build well-formatted commit messages without manual structural typing.
gitmoji-cli هي واجهة سطر أوامر وإضافة لـ Git تُستخدم لإنشاء رسائل commit منظمة باستخدام رموز تعبيرية قياسية. تعمل كمولد لرسائل commit يتيح للمستخدمين تصنيف تغييرات الكود بصرياً وتتبع التعديلات من خلال مكتبة محددة مسبقاً من الأيقونات المرئية. توفر الأداة سير عمل تفاعلياً يستبدل إدخال النصوص الخام بمطالبات موجهة لاختيار الفئات، والنطاقات، والأوصاف. تتضمن مكتبة رموز تعبيرية قابلة للبحث مع فهرسة تعتمد على الكلمات المفتاحية وتخزين مؤقت محلي لتسهيل اختيار العلامات المرئية الدقيقة. يدعم المشروع الأتمتة من خلال التكامل مع Git hooks، والتي تطلق عملية الاختيار تلقائياً أثناء أوامر commit. يمكن للمستخدمين تخصيص سير العمل بشكل أكبر من خلال أنظمة إدارة التفضيلات التي تتحكم في سلوك التجهيز (staging) وتنسيقات الأيقونات.
Provides a prompt-driven interface to help users create well-formatted, detailed commit messages.