di-sukharev / di-sukharev/opencommit

[Feature]: quietly generate commit message

Open
#473 1 comment 3 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.