zerebos/ghostty-config

A beautiful config generator for Ghostty terminal.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Type:ApplicationCategory(s):Terminal, Shell & TUIDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on August 26th, 2024
Open Issues & Pull Requests: 11 (+0)
GitHub issues: Enabled
Number of forks: 83
Total Stargazers: 4,219 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 70.6 days
Mean response time: 110.6 days
90th percentile: 347.3 days
Tracked items: 33

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 139 days
Stale 30+ days: 5
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ghostty-config is a configuration generator for the Ghostty terminal emulator.

The tool addresses the challenge of creating and managing Ghostty terminal configurations through a visual, web-based interface. Rather than manually editing configuration files, users can leverage a graphical generator that produces valid Ghostty config output. The approach combines a user-friendly frontend built with Svelte with TypeScript logic to handle configuration generation and validation.

The project suits developers and terminal users who prefer visual configuration tools over text editing, or who want to explore Ghostty's configuration options interactively before committing settings to a file. It works well for users new to Ghostty who may be unfamiliar with available configuration parameters, as well as experienced users seeking a faster way to prototype terminal settings. The tool is particularly valuable for those who want to preview configuration changes in a browser before applying them to their terminal.

The project shows active maintenance with regular commits addressing bug fixes and feature additions. Development activity demonstrates responsiveness to user feedback, with issues being addressed and pull requests reviewed. The codebase maintains clean separation between the configuration logic and the Svelte-based user interface, suggesting ongoing attention to code organization.