Go to file
Josh Hagins 46a69bba54 Fix audit bug introduced in #16166 2015-12-28 01:41:14 -05:00
Casks au-wifi-connect.rb: add name 2015-12-28 01:26:24 +00:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer cask-switch-https: Fix script call when developer/bin is not in $PATH 2015-12-28 16:26:01 +11:00
doc updated docs on name (now required) 2015-12-28 00:51:38 +00:00
lib Fix audit bug introduced in #16166 2015-12-28 01:41:14 -05: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 Audit: further spec enhancements and refactoring 2015-12-27 22:27:01 -05:00
test Colorize minitest output with minitest-reporters gem 2015-12-27 23:20:54 -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
.rspec
.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 Install adobe-air before running tests in Travis 2015-12-24 03:29:15 -05: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 Colorize minitest output with minitest-reporters gem 2015-12-27 23:20:54 -05:00
Gemfile.lock Colorize minitest output with minitest-reporters gem 2015-12-27 23:20:54 -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