opencommit
opencommit copied to clipboard
[Feature]: quietly generate commit message
Would be nice to have an ability to just generate a commit message, in a pure batch style mode (no interaction with the user):
MSG=$(oco --just-message)
This would allow me to integrate oco into my own custom script. Now, I can't do this.