Go to file
Vítor Galvão 900c06b136 updated shotcut (15.12.02) 2015-12-20 18:56:59 +00:00
Casks updated shotcut (15.12.02) 2015-12-20 18:56:59 +00:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer FAQ.md: make issues url point to reporting-bugs instructions 2015-12-18 01:31:57 +00:00
doc remove appcast :format stanza 2015-12-20 11:15:27 -05:00
lib remove appcast :format stanza 2015-12-20 11:15:27 -05:00
man/man1 Remove extra space in update command 2015-12-10 11:19:38 -05:00
spec Remove DSL versions in test casks 2015-12-17 20:08:25 -05:00
test remove appcast :format stanza 2015-12-20 11:15:27 -05: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 Link to bug report template in 'Reporting Bugs' 2015-12-10 17:34:34 -05:00
Rakefile Report test coverage with coveralls 2015-03-17 21:20:41 -04:00
USAGE.md Update USAGE.md to remove brew-cask install #15381 2015-12-11 13:08:47 -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!

$ 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