Go to file
Christian Fillion 5514c3aa3b update reaper (5.211) (#22324) 2016-06-23 09:33:34 +08:00
.github docs: added issue_template 2016-06-19 16:39:58 +01:00
Casks update reaper (5.211) (#22324) 2016-06-23 09:33:34 +08:00
ci/travis travis: OS X > macOS 2016-06-13 21:17:46 +01:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer developer scripts: OS X > macOS 2016-06-13 20:36:20 +01:00
doc docs: new breadcrumbs approach to reporting bugs 2016-06-20 12:44:50 +01:00
lib Introduce optional block syntax for `url` stanza 2016-06-18 21:32:39 +02:00
man/man1 docs: OS X > macOS 2016-06-13 20:38:18 +01:00
spec Introduce optional block syntax for `url` stanza 2016-06-18 21:32:39 +02:00
test Make appdir method available inside *flight blocks (#22043) 2016-06-17 13:25:19 -04: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 install rspec; move first few tests over 2014-06-29 11:33:22 -05:00
.rubocop.yml Move cask-specific rubocop configuration to Casks/.rubocop.yml 2016-01-16 18:19:30 -05:00
.simplecov Exclude non-core folders from test coverage 2015-03-18 17:18:50 +00:00
.travis.yml Revert "Cache Homebrew kegs and casks along with Ruby gems" (#21289) 2016-05-18 19:19:18 -04:00
CONDUCT.md Update Code of Conduct to Contributor Covenant 1.4 2016-02-23 22:00:02 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md (#21604) 2016-06-01 15:52:07 -04:00
Gemfile Fix deadlock in `Hbc::SystemCommand` (#21665) 2016-06-03 21:01:34 -04:00
Gemfile.lock Fix deadlock in `Hbc::SystemCommand` (#21665) 2016-06-03 21:01:34 -04:00
LICENSE Bump year to 2016 2016-01-04 02:37:44 +09:00
README.md readme: revamped questions and reporting bugs 2016-06-19 16:57:00 +01:00
Rakefile initial document breaks 2016-01-20 00:48:20 +00:00
USAGE.md USAGE.md: fix uses of /opt (#21879) 2016-06-12 12:07:20 +01:00
brew-cask.rb brew-cask 0.60.1 2016-01-11 12:32:31 -05:00

README.md

Homebrew-Cask

“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 macOS applications such as Google Chrome and Adium.

We do this by providing a friendly Homebrew-style CLI workflow for the administration of macOS 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
==> Moving App 'Google Chrome.app' to '/Applications/Google Chrome.app'
🍺  google-chrome staged at '/usr/local/Caskroom/google-chrome/latest' (3 files, 288K)

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

  • Find basic documentation on using Homebrew-Cask in USAGE.md
  • Want to contribute a Cask? Awesome! See CONTRIBUTING.md
  • Want to hack on our code? Also awesome! See hacking.md
  • More project-related details and discussion are available in the documentation

Reporting bugs

Like most pieces of software, Homebrew-Cask has bugs — and we are busy fixing them! If you find a new bug tell us about it, but before you do make sure it really is a bug, by following this guide.

If your issue persists, follow these instructions to the appropriate course of action:

Requests

Questions? Wanna chat?

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

  • If none of the templates above is appropriate, open an issue.
  • Join us (and caskbot) on IRC at #homebrew-cask on Freenode
  • Join us on Gitter

License

Code is under the BSD 2 Clause (NetBSD) license