git_emoji: Emoji for Git Commit message with emoji

View source: R/git_emoji.R

git_emojiR Documentation

Emoji for Git Commit message with emoji

Description

Get emoji(s) for Git commit messages by name.

Usage

git_emoji(name)

Arguments

name

A character vector of emoji names (e.g., "fire", "heart", or country names).

Value

A named character vector of emojis.

Examples

git_emoji("fire")
git_emoji(c("fire", "heart"))
try(git_emoji(c("Ethiopia", "UK", "Kenya")))

Rmoji documentation built on June 8, 2025, 12:25 p.m.