di-sukharev / di-sukharev/opencommit
[Feature]: quietly generate commit message
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 445
- Avg merge
- 18m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the CLI entry point for oco and trace how command options reach the current commit-message generation flow. Implementing this feature should make oco --just-message emit only the generated message without user interaction, so it can be captured by MSG=$(oco --just-message).
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100