{"id":44565889,"url":"https://github.com/samkleespies/ghostcfg","last_synced_at":"2026-02-20T05:00:34.133Z","repository":{"id":338308054,"uuid":"1157434169","full_name":"samkleespies/ghostcfg","owner":"samkleespies","description":"Interactive TUI for editing Ghostty terminal config","archived":false,"fork":false,"pushed_at":"2026-02-15T23:54:45.000Z","size":3095,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-19T07:35:34.076Z","etag":null,"topics":["cli","config","ghostty","python","terminal","textual","tui"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/ghostcfg/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samkleespies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T20:16:05.000Z","updated_at":"2026-02-19T03:51:31.000Z","dependencies_parsed_at":"2026-02-17T02:00:38.574Z","dependency_job_id":null,"html_url":"https://github.com/samkleespies/ghostcfg","commit_stats":null,"previous_names":["samkleespies/ghostcfg"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/samkleespies/ghostcfg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samkleespies%2Fghostcfg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samkleespies%2Fghostcfg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samkleespies%2Fghostcfg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samkleespies%2Fghostcfg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samkleespies","download_url":"https://codeload.github.com/samkleespies/ghostcfg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samkleespies%2Fghostcfg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29641927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T03:21:14.183Z","status":"ssl_error","status_checked_at":"2026-02-20T03:18:24.455Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","config","ghostty","python","terminal","textual","tui"],"created_at":"2026-02-14T00:53:40.641Z","updated_at":"2026-02-20T05:00:34.065Z","avatar_url":"https://github.com/samkleespies.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghostcfg\n\nA TUI for editing your [Ghostty](https://ghostty.org) config without touching the file by hand.\n\nBrowse 200+ options by category, preview themes live with color swatches, and save — ghostcfg hot-reloads your running Ghostty instance automatically.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo.gif\" alt=\"ghostcfg demo\" width=\"800\"\u003e\n\u003c/p\u003e\n\n## Install\n\n```bash\npipx install ghostcfg        # recommended\nuv tool install ghostcfg     # or with uv\npip install ghostcfg          # or plain pip\n```\n\nOn macOS with Homebrew:\n\n```bash\nbrew install samkleespies/ghostcfg/ghostcfg\n```\n\nOr from source:\n\n```bash\ngit clone https://github.com/samkleespies/ghostcfg.git\ncd ghostcfg\npip install -e .\n```\n\nRequires Python 3.10+ and [Ghostty](https://ghostty.org) on PATH.\n\n## Usage\n\n```bash\nghostcfg   # or: gcfg\n```\n\n### Keybindings\n\n| Key | Action |\n|-----|--------|\n| `Tab` / `Shift+Tab` | Switch tabs |\n| `Up` / `Down` | Navigate options |\n| `Enter` | Edit / toggle |\n| `Ctrl+S` | Save and reload Ghostty |\n| `Ctrl+D` | Reset option to default |\n| `?` | Help |\n| `q` | Quit |\n\nIn the theme browser:\n\n| Key | Action |\n|-----|--------|\n| `Up` / `Down` | Browse (previews live) |\n| `Enter` | Confirm theme |\n| `Escape` | Revert to original |\n| `d` / `l` / `a` | Dark only / light only / all |\n\n## What it does\n\n- Tabbed categories: Font, Colors, Cursor, Window, Background, Input, Shell, Advanced\n- Theme browser with inline color swatch preview, search, and dark/light filtering\n- Type-aware widgets: toggles for booleans, dropdowns for enums, color pickers, validated number fields\n- Saves trigger SIGUSR2 so Ghostty reloads instantly\n- Roundtrip-safe: your comments, blank lines, and ordering are preserved\n- Platform-aware: only shows options for your OS\n\nghostcfg finds your config at:\n- **macOS:** `~/Library/Application Support/com.mitchellh.ghostty/config`\n- **Linux:** `~/.config/ghostty/config`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamkleespies%2Fghostcfg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamkleespies%2Fghostcfg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamkleespies%2Fghostcfg/lists"}