Go to file
西集 af1a395e0a update Navicat for Postgresql to 11.2.5 2015-12-25 16:26:53 +08:00
Casks update Navicat for Postgresql to 11.2.5 2015-12-25 16:26:53 +08:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer irregular_cask_whitespace: Remove DSL version 2015-12-22 11:16:48 +11:00
doc Merge pull request #16099 from vitorgalvao/remove-tags 2015-12-24 20:42:12 +00:00
lib removed tags from core 2015-12-24 16:59:13 +00:00
man/man1 Update links/paths in manpage, hacking.md, usage.md to reflect structure of brew-cask 2015-12-20 15:11:00 -05:00
spec Add specs for Verify and Verify::Checksum 2015-12-23 22:45:08 -05:00
test removed tags from tests 2015-12-24 17:01:28 +00:00
.editorconfig add .editorconfig file 2015-09-08 01:42:23 +01:00
.gitattributes Create .gitattributes 2015-09-21 13:57:20 +01:00
.gitignore minor updates to ignores 2014-06-19 17:35:02 -04:00
.rspec install rspec; move first few tests over 2014-06-29 11:33:22 -05:00
.rubocop.yml Add rubocop-cask plugin for analyzing cask files 2015-12-18 05:22:40 -05:00
.rubocop_todo.yml Update configs for updated rubocop 2015-12-18 05:20:46 -05:00
.simplecov Exclude non-core folders from test coverage 2015-03-18 17:18:50 +00:00
.travis.yml Fix commit range for audit_modified_casks 2015-09-15 23:13:24 -04:00
CONDUCT.md CONDUCT.md: revert to 0.3b 2015-09-28 22:38:50 +01:00
CONTRIBUTING.md CONTRIBUTING.md: make issues url point to reporting-bugs instructions 2015-12-18 01:31:57 +00:00
Gemfile Update rubocop-cask to 0.0.1 2015-12-18 06:03:01 -05:00
Gemfile.lock Update rubocop-cask to 0.0.1 2015-12-18 06:03:01 -05:00
LICENSE changed copyright to UNICODE symbol 2015-02-23 04:13:41 +01:00
README.md readme: clarify installation 2015-12-22 18:22:51 +00:00
Rakefile Report test coverage with coveralls 2015-03-17 21:20:41 -04:00
USAGE.md Update links/paths in manpage, hacking.md, usage.md to reflect structure of brew-cask 2015-12-20 15:11:00 -05:00
brew-cask.rb brew-cask: move to using tap cmd directory. 2015-12-09 19:32:49 +00:00

README.md

Homebrew-Cask

Important December update: Homebrew-Cask will now be kept up to date together with Homebrew (see #15381 for details). If you havent yet, run brew uninstall --force brew-cask; brew update to switch to the new system.

Important: At some point in the future Homebrew-cask will change its behaviour from linking apps to moving them. See issue #13201 for details.


“To install, drag this icon…” no more!

Homebrew-Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI Mac applications such as Google Chrome and Adium.

We do this by providing a friendly homebrew-style CLI workflow for the administration of Mac applications distributed as binaries.

Its implemented as a homebrew external command called cask.

Build Status Code Climate Coverage Status Join the chat at https://gitter.im/caskroom/homebrew-cask

Lets try it!

To start using Homebrew-Cask, you just need Homebrew installed.

$ brew cask install google-chrome
=> Downloading https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
=> Success! google-chrome installed to /opt/homebrew-cask/Caskroom/google-chrome/stable-channel
=> Linking Google Chrome.app to /Users/phinze/Applications/Google Chrome.app

And there we have it. Google Chrome installed with a few quick commands: no clicking, no dragging, no dropping.

$ open ~/Applications/"Google Chrome.app"

Learn More

Questions? Wanna chat?

Were really rather friendly! Here are the best places to talk about the project:

Reporting Bugs

We still have bugs — and we are busy fixing them! If you have a problem, dont be shy about reporting it on our GitHub issues page. Always search for your issue before posting a new one.

When reporting bugs, remember that homebrew-cask is an independent project from Homebrew. Do your best to direct bug reports to the appropriate project. If your command-line started with brew cask, bring the bug to us first!

Before reporting a bug, make sure you have the latest versions of homebrew, homebrew-cask, and all Taps by running the following command:

$ brew update; brew cleanup; brew cask cleanup

In addition, if you havent yet, run brew uninstall --force brew-cask; brew update once to switch to the new system.

If the issue persists, please run the problematic command with the --verbose flag and post its and brew cask doctors outputs in distinct fenced code blocks.

License:

Code is under the BSD 2 Clause (NetBSD) license