Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 742 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 742 Bytes

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"