Skip to content

GlyphIt

GlyphIt is a Rust-based CLI tool designed to standardize and simplify the use of emojis in Git commit messages.

It aims to provide a fast way to structure your commit, according to a conventional standard, without having to wait for long times.


πŸ“¦ Example

glyphit commit
# β†’ Commit message becomes:
# ✨ add: login validation

🧰 Requirements

  • Rust (1.70+ recommended)
  • Git (2.0+)
  • Works on Linux, macOS, and Windows

πŸ—ΊοΈ Documentation