ghostty
Original:🇺🇸 English
Translated
Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.
40installs
NPX Install
npx skill4agent add dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations ghosttyTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Ghostty Skill
Use the CLI to control and configure the Ghostty terminal emulator.
ghosttyCLI Location
bash
/Applications/Ghostty.app/Contents/MacOS/ghosttyOr if symlinked:
ghosttyActions (IPC Commands)
Ghostty supports actions via flag. These control the running instance.
+actionList available actions:
bash
ghostty +list-actionsCreate new window:
bash
ghostty +new-windowCreate new tab:
bash
ghostty +new-tabCreate splits:
bash
ghostty +new-split:right
ghostty +new-split:downNavigate splits:
bash
ghostty +goto-split:previous
ghostty +goto-split:next
ghostty +goto-split:up
ghostty +goto-split:down
ghostty +goto-split:left
ghostty +goto-split:rightClose current surface:
bash
ghostty +close-surfaceToggle fullscreen:
bash
ghostty +toggle-fullscreenReload configuration:
bash
ghostty +reload-configFont Management
Increase/decrease font size:
bash
ghostty +increase-font-size:1
ghostty +decrease-font-size:1Reset font size:
bash
ghostty +reset-font-sizeConfiguration
Config file location:
~/.config/ghostty/configShow current config:
bash
ghostty +show-configList available themes:
bash
ghostty +list-themesList available fonts:
bash
ghostty +list-fontsList keybinds:
bash
ghostty +list-keybindsLaunch Options
Start with specific config:
bash
ghostty --config-file=/path/to/configStart with command:
bash
ghostty -e "htop"Start in directory:
bash
ghostty --working-directory=/path/to/dirDebugging
Check version:
bash
ghostty --versionValidate config:
bash
ghostty +validate-config