aicommits
aicommits copied to clipboard
Feature: :sparkles: Add Gitmoji option
This PR resolves #20
I take motivation with this PR #69.
This PR takes a flag Gitmoji
as an option to use Gitmoji on commits.
I don't know Gitmoji well, but how well has it been tested?
And is this an exhaustive list of all the possible emojis? https://gitmoji.dev If so, curious if it could be more reliable to pass it in to the prompt and ask it to pick the appropriate emoji from the list.
It would be highly desirable for this GitHub pull request to be merged subsequent to the conventional commits, and when conflicts are resolved, in order to obtain an output similar to the example below:
✨ feat: remove Link.js test file
This commit removes the `Link.js` file from the `Tests` directory. The file contained a React component for rendering links with hover behavior, which is no longer needed and has been replaced by a different implementation.
Raycast also uses it: https://www.raycast.com/krzysztofzuraw/conventional-comments that's so great. It's what I usually use and would like to have in aicommits. 😌
Like: ✨ (git) Add ignoreCase
Quick question @Nutlope is this repo still maintained? If not @Th3Kr4t3 can you rebase the conflicts and merge in the new changes so that we can at least use your fork of the project? Thank you very much!
@Eclextic If conflicts are cleaned up, I can merge this!
@Eclextic If conflicts are cleaned up, I can merge this!
Very cool! Thank you!