KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
gitmoji-c
★ 10
Open GitHub ↗
no gpg gitmoji-cli.
Download README (.md)
Explore Similar Repositories
gitmoji-rs
:
A Rust version of https://github.com/carloscuesta/gitmoji-cli
customizable-gitmoji-cli
:
customizable gitmoji CLI
gitmoji-cli
:
A gitmoji-cli written in rust to be independent of Node.js
go-gitmoji-cli
:
:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gitmoji-c
?
Download (.md)
[](https://github.com/nitaking/gitmoji-c/actions/workflows/ci.yml) [](https://npmjs.org/package/gitmoji-c) [](https://npmjs.org/package/gitmoji-c) # gitmoji-c gitmoji-c is a [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli) clone tool that does not use gpg.  ## Requirements - Node.js >= 20 ## Install ``` $ pnpm add -g gitmoji-c ``` or ``` $ npm i -g gitmoji-c ``` ## Usage ``` $ gitmoji --help ``` ### Commit Interactively commit using gitmoji prompts. ``` $ gitmoji commit ```  ### List List all available gitmojis. ``` $ gitmoji list ``` ### Search Search gitmojis by keyword. ``` $ gitmoji search bug 🐛 - :bug: - Fix a bug. ``` Without arguments, launches interactive autocomplete search: ``` $ gitmoji search ? Search gitmojis: (type to filter) ``` ## License MIT