https://github.com/grooooaaaark/zig-commit-emojis
CLI made with Ziglang to get best suited emoji for git commits (inspired by gitmoji) ⚡️
https://github.com/grooooaaaark/zig-commit-emojis
cli commits devtools zig
Last synced: 8 months ago
JSON representation
CLI made with Ziglang to get best suited emoji for git commits (inspired by gitmoji) ⚡️
- Host: GitHub
- URL: https://github.com/grooooaaaark/zig-commit-emojis
- Owner: GROOOOAAAARK
- License: mit
- Created: 2024-10-08T20:17:41.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-12-15T12:46:49.000Z (over 1 year ago)
- Last Synced: 2024-12-15T13:40:18.351Z (over 1 year ago)
- Topics: cli, commits, devtools, zig
- Language: Zig
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zig Commit Emoji
## Description
This project is a discovery of Zig through the following usecase: use a service to get a list of emojis usable in commit as well as a search feature to make sure to find the right one in any situation.
## Requirements
- Zig 0.13.0
## Project
```bash
zig build run
```
```bash
./zig-out/bin/zig-commit-emoji --help
```
## Features
### List
#### What does it do ?
Will simply list all emojis available with their description.
#### How to use ?
```bash
./zig-commit-emoji list
```
### Search
#### What does it do ?
Will look for the keyword typed in all emojis descriptions.
#### How to use ?
```bash
./zig-commit-emoji search -k
```
```bash
./zig-commit-emoji search -k "feat"
```