Allow arbitrary command to generate commits for git-icing
Open
- Dominant language
- Shell
- Stars
- 105
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I am using a script to generate commit hashes for `git cherry-menu` to use as such:
```
git cherry-menu ./my-script.sh
```
It'd be nice if I could use the same script as input to `git-icing`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the `git cherry-menu ./my-script.sh` entry point with how `git-icing` currently accepts input. Trace the command handling and check whether an arbitrary script can be passed through to generate commit hashes. Done means the same script works as input to `git-icing` and produces the expected commits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100