# emojify を Homebrew, Nix でインストール

emojify のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:emojify
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install emojify
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#emojify
```

  証拠: nixpkgs package indexes: pkgs/by-name/em/emojify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:emojify
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.2.0
- **ソース概要:** Emoji on the command-line :scream:
- **ホームページ:** <https://github.com/mrowa44/emojify>
- **リポジトリ:** <https://github.com/mrowa44/emojify>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- emojify (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.2.0
## プロジェクトの歴史と使われ方

Emojify is a small command-line text filter that replaces GitHub-style emoji aliases with Unicode emoji characters.

### プロジェクトの歴史

The official README frames Emojify as a shell script rather than a compiled application, emphasizing easy placement on a user's PATH and simple use in pipelines.

### 採用の歴史

The README documents Homebrew installation for macOS and an AUR package for Arch users, which is the main official adoption signal for this intentionally tiny tool.

### 使われ方

Users pass text to `emojify` directly or pipe existing command output through it. The README highlights a terminal-culture use case: piping `git log --oneline --color` through `emojify` and `less -r`, with an optional `.gitconfig` alias.

### パッケージ好きにとっての重要性

Emojify is package-manager candy: one shell script, one executable, and a very visible terminal effect. It represents the class of tiny Unix filters that are too small to feel like infrastructure but pleasant enough to keep packaged.

### Related projects

- The README points to `pyemojify`, a Python port, as a related implementation.

### ソース

- <https://github.com/mrowa44/emojify>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - emojify: normalized package name match | nixpkgs package indexes: pkgs/by-name/em/emojify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/emojify.yml](https://github.com/mxcl/pkgdb/blob/main/combined/emojify.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
