A terminal art toolkit with 13 feature categories. 170+ kaomoji, 47 FIGlet fonts, 20 text effects, 23 color filters, 12 gradient themes, 24 image charsets, and more.
__ __ ___ _ ___
| \/ |/ _ \ _ | |_ _|
| |\/| | (_) || || || |
|_| |_|\___/ \__/|___|
Homebrew:
brew install ddmoney420/tap/mojiGo:
go install github.com/ddmoney420/moji@latestBinary releases: Download from Releases.
From source:
git clone https://github.com/ddmoney420/moji.git
cd moji
make install# Kaomoji
moji shrug # => ¯\_(ツ)_/¯
moji tableflip # => (╯°□°)╯︵ ┻━┻
# ASCII banners
moji banner "HELLO" --font slant --style rainbow
# Color filters
moji filter neon "Glow"
moji filter fire "Burn"
# QR codes
moji qr "https://github.com/ddmoney420/moji"
# Image to ASCII
moji convert photo.jpg --color --charset blocks
# Image with Sixel/Kitty protocol (true image rendering)
moji convert photo.jpg --protocol auto
# Text effects
moji effect zalgo "Cursed"
moji effect bubble "Bubbles"
# Interactive TUI
moji interactive170+ built-in kaomoji with search and categories.
moji list # List all
moji list --category happy # Filter by category
moji random # Random kaomoji
moji shrug # Direct lookup
moji emoji ":)" # ASCII to emojiFIGlet-powered text banners with 47 fonts and 18 color styles.
moji banner "TEXT" --font standard
moji banner "FIRE" --font slant --style fire
moji banner "COOL" --font big --style neon
moji list-fonts # See all fonts
moji preview "Hi" # Preview all fontsApply color effects to any text or piped input.
moji filter rainbow "Text"
moji filter matrix "Hack"
moji filter neon "Glow"
echo "Pipe me" | moji filter fire
moji banner "WOW" | moji filter iceAvailable: rainbow, fire, ice, neon, matrix, glitch, metal, retro, 3d, shadow, border, bold, italic, underline, invert
Unicode text transformations.
moji effect flip "Hello" # Upside down
moji effect bubble "Hello" # Circled letters
moji effect fraktur "Hello" # Gothic style
moji effect zalgo "Hello" # Corrupted text
moji list-effects # See all effectsConvert images to ASCII art or render with terminal graphics protocols.
# ASCII conversion
moji convert image.png
moji convert image.jpg --width 120 --color
moji convert image.png --charset braille --color
moji convert image.png --edge # Line art style
# Terminal graphics protocols (true image rendering)
moji convert image.png --protocol sixel
moji convert image.png --protocol kitty
moji convert image.png --protocol iterm2
moji convert image.png --protocol auto # Auto-detect bestSupported protocols:
- Sixel - xterm, mlterm, foot, mintty, contour
- Kitty - Kitty terminal
- iTerm2 - iTerm2 on macOS
Generate ASCII QR codes.
moji qr "Hello World"
moji qr "https://example.com" --charset blocks
moji qr "text" --invert --compactDecorative borders and dividers.
moji pattern border "Framed" --style double
moji pattern divider --style stars --width 40
moji list-patternsASCII calendar views.
moji cal # Current month
moji cal --week # Week view
moji cal --year # Full yearApply color gradients to text.
moji gradient "Rainbow Text" --theme rainbow
moji gradient "Sunset Vibes" --theme sunset --mode diagonal
moji list-themesNeofetch-style system information display.
moji sysinfo
moji sysinfo --theme neonFull-featured terminal UI with live preview, 9 feature tabs, and export.
moji interactive # or: moji i, moji ui, moji studioControls: 1-9 tabs, arrows navigate, Enter copy, e export, ? help
Export any output to PNG, SVG, HTML, or TXT.
moji banner "Hi" -o banner.png
moji banner "Hi" -o banner.svgThe TUI export modal (e key) includes a file browser for path selection.
moji config init # Create config file
moji config show # Show current configConfig file: ~/.config/moji/config.yaml
moji completions bash >> ~/.bashrc
moji completions zsh >> ~/.zshrc
moji completions fish > ~/.config/fish/completions/moji.fishUse moji directly in Claude Code with the /moji slash command.
Install:
claude --plugin-dir /path/to/moji/claude-code-pluginUsage:
/moji banner "HELLO"
/moji fortune
/moji filter glitch "ERROR"
/moji shrug
See claude-code-plugin/README.md for full documentation.
moji doctor # Check terminal capabilities
moji term # Show terminal infoTry moji in your browser at ddmoney420.github.io/moji. The playground runs via WebAssembly and includes live preview, copy-to-clipboard, and save-as-image.
To run locally:
make web-serve # Builds WASM and serves at http://localhost:8080make help # Show all targets
make build # Build binary
make test # Run tests
make lint # Run linter
make ci # Full CI pipeline (fmt, vet, lint, test, build)
make ci-quick # Quick CI (skip lint)
make install # Build and install to /usr/local/binGenerate terminal recordings:
# Requires: https://github.com/charmbracelet/vhs
vhs vhs/demo.tape
vhs vhs/banner.tape
vhs vhs/tui.tape
vhs vhs/filters.tapeRelease:
# Requires: https://goreleaser.com
goreleaser release --cleanMIT
