charmbracelet / charmbracelet/vhs
nerd fonts fail to display glyphs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 20.9k
- Forks
- 480
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
**Describe the bug**
When using a Nerd Font with Glyphs, the Glyphs are shown as something like a broken Unicode empty box instead of the real glyph.
**Setup**
- OS: MACOS
- Shell: ZSH
- Terminal Emulator: GHOSTTY
- Terminal Multiplexer: TMUX
**To Reproduce**
Steps to reproduce the behavior:
1. vhs eza.demo.tape (see tape below)
2. open eza.demo.gif
3. See error
**Source Code**
```
# eza.demo.tape
Output eza.demo.gif
Require eza
Set Shell "bash"
Set FontFamily "0xProto Nerd Font Mono"
Set FontSize 24
Set Width 1200
Set Height 600
Type "vhs --version" Sleep 300ms Enter
Sleep 200ms Enter Sleep 50ms Enter Enter
Type "eza --icons=always --tree /opt/homebrew/Cellar/vhs" Sleep 500ms Enter
Sleep 500ms
Enter
Sleep 5s
```
**Expected behavior**
Nerd Font glyphs are displayed in full glory
**Screenshots**
Expected output:
Actual output:

**Additional context**
Here's my full GhosTTY config:
```
background-blur = "true"
background-opacity = "0.75"
font-family = "0xProto Nerd Font Mono"
font-size = "13"
macos-titlebar-style = "hidden"
shell-integration = "none"
theme = "dark:catppuccin-mocha,light:catppuccin-latte"
window-inherit-working-directory = "false"
window-save-state = "never"
working-directory = "home"
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the issue's eza.demo.tape with the specified Nerd Font setup and inspect the generated eza.demo.gif against the expected screenshot. Trace the VHS rendering path involved in font glyph output; done means the reproduction displays Nerd Font icons rather than broken Unicode boxes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- zsh
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100