-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
mouseless@preview 0.4.0-preview.0 (new cask) #204538
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be mouseless@preview
per https://docs.brew.sh/Cask-Cookbook#casks-pinned-to-development-channels.
@p-linnane thank you, updated btw, i find it very confusing that the docs say to use homebrew-cask % HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask mouseless@preview
Warning: Cask 'mouseless@preview' is unavailable: No Cask with this name exists.
==> Searching for similarly named casks...
==> Casks
mouseless-at-preview
To install mouseless-at-preview, run:
brew install --cask mouseless-at-preview
homebrew-cask % HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask mouseless-at-preview
==> Downloading https://mouseless.click/mouseless-installer_v0.4.0-preview.0.dmg
Already downloaded: /Users/i/Library/Caches/Homebrew/downloads/154d152a22c1c9687fb6d80a651c1390740f435f3044298f4cd9a5093c64da59--mouseless-installer_v0.4.0-preview.0.dmg
==> Installing Cask mouseless-at-preview
==> Moving App 'Mouseless.app' to '/Applications/Mouseless.app'
🍺 mouseless-at-preview was successfully installed! it makes it seem that users will have to do the same thing -- is this the case? edit: additionally, the filename examples at the docs you linked have an |
No, the reason that's happening is because you already have |
Ok, I think I understand now. I updated the filename and token to Earnest feedback on the docs and the cli, take it as you will:
|
Hey @croian - appreciate the feedback here. Valuable for us to capture! Can you open an issue at https://github.com/Homebrew/brew/issues for your commentary on doc updates and what can improve the experience for contributors? We would be more than happy to review any PR's for improvements to the docs (and is preferred over just an issue if you can!) Cheers! |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.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.This is the preview channel for mouseless (an existing cask), and will point to the latest prerelease or stable build (whichever's more recent, of course).
I tried giving it the name
mouseless@preview
in thebrew create
command, but that got automatically changed tomouseless-at-preview
, which strikes me as awkward, so I changed it tomouseless-preview
. Please advise if any changes should be made.