Ghostty: align launchers with Raycast best practices#1017
Closed
rolldav wants to merge 3 commits intoraycast:masterfrom
Closed
Ghostty: align launchers with Raycast best practices#1017rolldav wants to merge 3 commits intoraycast:masterfrom
rolldav wants to merge 3 commits intoraycast:masterfrom
Conversation
- 5 distinct visual themes for Claude Code, Codex, Gemini, Kimi, Standard - Dropdown menu for quick selection + individual scripts for hotkeys - Unique cursor styles (block, bar, underline, block_hollow) - WCAG AAA contrast ratios for all themes - ShellCheck validated with 0 warnings/errors - Bash 3.2+ compatible (macOS default shell) - Fast launch (<1s) with GPU-accelerated Ghostty terminal - Extensible pattern for adding more AI tools Eliminates confusion when working with multiple AI terminals in parallel. Each tool gets a distinctive visual identity for instant recognition.
- Shows dropdown interface with Claude Code selected - Displays all 5 options: Claude Code, Codex, Gemini, Kimi, Standard - Clean screenshot without personal data (310KB PNG) - High-resolution 2x retina display capture - Removed placeholder file
…der, README assets)
Author
|
Thanks a lot for the detailed review and suggestions — they were extremely helpful. I refactored the launchers to use the resolved Ghostty binary, deduplicated the discovery logic into a shared helper, cleaned up the scripts to better match Raycast best practices, and fixed the README assets. Really appreciate the time you took to review this and point out the inconsistencies. |
|
This issue/pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean. Thanks for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR aligns the Ghostty AI terminal launchers with Raycast script-command best practices.
Changes included:
find_ghosttyinstead of hard-depending onGhostty.app.lib/ghostty.sh) and source it from all launchers.disowncalls (Raycast scripts are non-interactive; background&is sufficient).Validated:comment.Type of change
Screenshot
Dependencies / Requirements
(e.g.
brew install ghostty)