diny Plugin
Generate AI git commit messages from your changes.
Commands
Commit
diny commit generate— Generate a commit message
Usage Examples
- "Generate a commit message for staged changes"
- "Create a conventional commit message"
Installation
go install github.com/dinoDanic/diny@latest
Examples
# Stage some changes
git add .
# Generate commit message
diny
# Or pipe to git commit
diny | git commit -F -
Key Features
- AI-powered message generation
- Analyzes staged changes
- Meaningful commit messages
- Works with any AI provider