r/Ghostty

▲ 9 r/Ghostty+2 crossposts

Mygrid - a ragged tmux grid for Ghostty, one row per repo

The whole idea is one Ghostty window that shows every pane at once. I usually have a bunch of things running across projects — a localhost dev server here, two or three Claude Code sessions there — and I wanted to see all of them side by side in a single window instead of tabbing between terminals. That's the default view: the full grid, one row per repo.

From there, Opt+1 through 9 focuses the matching pane, or you can just click it with the mouse. Cmd+1 through 9 focuses AND zooms it fullscreen when you want to actually work in one, and Cmd+0 drops you back to the overview of everything.

Setup is one script — it installs tmux if you don't have it, drops in the tmux.conf, and appends the Ghostty keybinds. macOS + Ghostty only for now.

Makes it very easy to work on multiple projects at the same time.

Repo (MIT, demo in the README): https://github.com/philmard/mygrid

u/Unable-Stretch8843 — 6 hours ago
▲ 32 r/Ghostty

Retro terminal fonts?

Does anybody know any fonts that are monospaced and retro or look pixelated/bitmap style? I’m a little tired of the standard fonts that everyone seems to use for programming.

reddit.com
u/slick_fm — 7 days ago
▲ 20 r/Ghostty

Made a tool that brings back my Ghostty tabs and splits after a reboot, plus the Claude Code / Codex session that was running in each pane

You know the problem if you run AI agents in the terminal. You've got a bunch of tabs and splits with claude and codex sessions going, then you restart your Mac and all of it's gone. Not just the layout, the agent context too. gtab and macterm already handle the layout part well, but I wanted the sessions back as well, so I put this together.

You run `ghostty-resurrect backup` before you restart, then `ghostty-resurrect restore` after. It reopens the windows/tabs/panes and runs `claude --resume <id>` or `codex resume <id>` in each pane for you.

Fair warnings: splits come back as a flat row right now, not the exact nested layout (working on it). macOS + Ghostty 1.3.0+. One file, no dependencies. Repo: https://github.com/redareda9/ghostty-resurrect

u/Multit4sker — 13 days ago