Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrr1999/commit-message-formatter
https://github.com/zrr1999/commit-message-formatter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrr1999/commit-message-formatter
- Owner: zrr1999
- Created: 2024-09-08T03:53:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T12:45:59.000Z (4 months ago)
- Last Synced: 2024-10-13T20:47:59.496Z (4 months ago)
- Language: TypeScript
- Size: 22.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Commit Message Formatter
[Commit Message Formatter](https://github.com/zrr1999/commit-message-formatter) is an commit messages generator.
## Features
- [x] Generate commit message by LLM following selected text
- [x] Concurrency of commit message generation
- [ ] History of generated commit messages
- [ ] Support custom git types
- [ ] Integrate with git diff## Preferences
You can customize the following preferences:
- `Emoji Format`: Choose between `emoji` and `emoji code`.
- `Copy Format`: Choose between `emoji-type` and `emoji`.
- `Terminator`: Change the terminator of the commit type and message.
- `Action`: Choose between `Copy to Clipboard`, `Paste into Editor` and `Copy and Paste`.
- `OpenAI API Key`: API Key is used to authenticate with OpenAI API.
- `OpenAI Base Path (Optional)`: Base Path is used to override base path with OpenAI API.
- `Model`: Model is used to specify the model to use.
- `Language`: LLM will use this language to generate content.## Customize
You can fork this repo and change the `src/lib/types.ts` to add more gitmojis.