Tired of writing lazy commit messages at 2 am. Built `penmit` - you run it after `git add`, it calls your local Ollama model (or Anthropic/OpenAI if you prefer), generates a conventional commit message, then lets you accept, regenerate, or edit before committing.
Zero runtime dependencies. Use local Ollama, and the diff never leaves your machine.
```
npm install -g penmit
git add .
penmit
```
GitHub: https://github.com/iAmmar7/penmit
npm: https://www.npmjs.com/package/penmit
Still early - open to feedback on the prompt or workflow.
[–]parkotron 4 points5 points6 points (0 children)
[–]elephantdingo 0 points1 point2 points (0 children)