executor 1.4.28 (new cask)#264168
Open
connorads wants to merge 2 commits into
Open
Conversation
bevanjkay
reviewed
May 14, 2026
Maintainer review: prefer bare `executor` token. If an upstream CLI is added to homebrew-core later it can use `executor-cli`.
krehel
approved these changes
May 15, 2026
connorads
added a commit
to connorads/dotfiles
that referenced
this pull request
May 15, 2026
Maintainer feedback on PR Homebrew/homebrew-cask#264168 clarified the convention: bare token goes to whichever component lands in Homebrew first. Subsequent siblings take suffixes (-cli, etc.). Keep -desktop only for brand names ("Docker Desktop") or when a sibling already exists in Homebrew under the bare name. An upstream CLI not yet in Homebrew is not a reason to suffix.
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.
Adds a new cask for Executor
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.I opened the app, added some config, ran
brew uninstall --caskthen reinstalled and confirmed the source persisted. I then ranbrew uninstall --zap --caskthen reinstalled and confirmed fresh empty state. This means removing~/.executorwhich is probably a bit unusual - happy to change that if desired.