aicommits icon indicating copy to clipboard operation
aicommits copied to clipboard

Feature: :sparkles: Add Gitmoji option

Open Th3Kr4t3 opened this issue 2 years ago • 6 comments

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.

Th3Kr4t3 avatar Feb 18 '23 03:02 Th3Kr4t3

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.

privatenumber avatar Mar 12 '23 13:03 privatenumber

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.

NorkzYT avatar Mar 18 '23 03:03 NorkzYT

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

kud avatar Sep 04 '23 10:09 kud

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 avatar Jan 03 '24 23:01 Eclextic

@Eclextic If conflicts are cleaned up, I can merge this!

Nutlope avatar Jan 04 '24 00:01 Nutlope

@Eclextic If conflicts are cleaned up, I can merge this!

Very cool! Thank you!

Eclextic avatar Jan 04 '24 00:01 Eclextic