emojify
brew install emojify
v2.2.0
MIT
Emoji on the command-line :scream:
12
30-day installs · #8029
32
90-day · #8458
179
365-day · #7643
1.6k
★ GitHub stars · updated 2y ago
Runtime dependencies
Links
- https://github.com/mrowa44/emojify
- GitHub: mrowa44/emojify
- Brew formula source: Formula/e/emojify.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"bash"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Emoji on the command-line :scream:",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:18+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "emojify",
"github_default_branch": "master",
"github_last_commit_at": "2024-01-08T15:26:52Z",
"github_readme_excerpt": "emojify\n=======\nEmoji on the command line :scream:\n----------------------------------\n\nTHIS IS A VERY USEFUL SCRIPT. IT WILL ABSOLUTELY BOOST YOUR PRODUCTIVITY AND\nHELP YOU IN YOUR DAILY WORK.\n\n:wink:\n\nBasically, emojify substitutes emoji aliases that many services\n(like [GitHub](https://github.com/)) use for emoji raw characters.\n\n\nInstallation\n------------\n\n[emojify](emojify) is a shell script, so put it somewhere and make sure it\u0027s\nadded to your `$PATH`.\n\nHere\u0027s a one-liner:\n```sh\n$ sudo sh -c \"curl https://raw.githubusercontent.com/mrowa44/emojify/master/emojify -o /usr/local/bin/emojify \u0026\u0026 chmod +x /usr/local/bin/emojify\"\n```\nIf you\u0027re on OS X, emojify is also on [Homebrew](http://brew.sh/):\n```sh\n$ brew install emojify\n```\nFor Arch Linux users, a PKGBUILD is available in the [AUR](https://aur.archlinux.org/packages/emojify/):\n```sh\n$ pacaur -S emojify\n```\n\nSince https://github.com/mrowa44/emojify/pull/18/ emojify requires bash version above 4. The old version can still be\nfound here: https://github.com/mrowa44/emojify/tree/old_bash_support but it\u0027s\nnot recommended.\n\nUsage\n-----\n\nHere\u0027s a clever example:\n```sh\n$ emojify \"Hey, I just :raising_hand: you, and this is :scream: , but here\u0027s my :calling: , so :telephone_receiver: me, maybe?\"\n```\nwould output:\n\u003e Hey, I just :raising_hand: you, and this is :scream: , but here\u0027s my\n\u003e :calling: , so :telephone_receiver: me, maybe?\n\n\nOr maybe:\n```sh\n$ emojify \"To :bee: , or not to :bee: : that is the question... To take :muscle: against a :ocean: of troubles, and by opposing, end them?\"\n```\n\u003e To :bee: , or not to :bee: : that is the question... To take :muscle: against\n\u003e a :ocean: of troubles, and by opposing, end them?\n\nOr you could run it through git log with something like:\n```sh\n$ git log --oneline --color | emojify | less -r\n```\nand go from this dull thing:\n\n\n\nto this:\n\n\n\nTo have an alias that does that for you, add something like:\n```\nlog = ! git log --oneline --color ",
"github_repo": "mrowa44/emojify",
"github_stars": 1585,
"github_topics": [],
"homepage": "https://github.com/mrowa44/emojify",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 12,
"installs_365d": 179,
"installs_90d": 32,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "emojify",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 8029,
"rank_365d": 7643,
"rank_90d": 8458,
"raw_hash": "707ed44766e07f2d",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/e/emojify.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.2.0",
"versioned_formulae": [],
"why_use_this": null
}