Skip to content

CLI made with Ziglang to get best suited emoji for git commits (inspired by gitmoji)

License

Notifications You must be signed in to change notification settings

GROOOOAAAARK/zig-commit-emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

zig build run
./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 ?

./zig-commit-emoji list

Search

What does it do ?

Will look for the keyword typed in all emojis descriptions.

How to use ?

./zig-commit-emoji search -k <keyword>
./zig-commit-emoji search -k "feat"

About

CLI made with Ziglang to get best suited emoji for git commits (inspired by gitmoji)

Resources

License

Stars

Watchers

Forks

Packages

No packages published