About
Gitmoji-cli is an interactive CLI tool designed to simplify the process of using emojis in commit messages for Git users. This tool is particularly helpful for developers who want to add a touch of fun and clarity to their commit messages without the hassle of manually searching for the right emojis. By providing an easy-to-use interface, gitmoji-cli makes it easier for developers to use gitmojis in their workflow.
Details
- Interactive Client: Allows users to interactively commit using prompts.
- Options:
--init, -i
: Initialize gitmoji as a commit hook.--remove, -r
: Remove a previously initialized commit hook.--config, -g
: Setup gitmoji-cli preferences.--commit, -c
: Interactively commit using the prompts.--list, -l
: List all the available gitmojis.--search, -s
: Search gitmojis.--version, -v
: Print gitmoji-cli installed version.--update, -u
: Sync emoji list with the repo.- Commit Functionality: Supports both direct and hook modes for integrating gitmoji-cli into