Go to file
Eitot 3634aa13d2 Rename unofficialwhatsapp to whatsie (#23525) 2016-08-07 19:24:36 -04:00
.github ISSUE_TEMPLATE.md: fixed typo (the the) 2016-07-15 19:13:02 +01:00
Casks Rename unofficialwhatsapp to whatsie (#23525) 2016-08-07 19:24:36 -04:00
Formula Move brew-cask formula to Formula directory (#22669) 2016-07-08 14:26:03 -04:00
ci/travis brew-cask-tests: specify test suite to run with flag (#23484) 2016-08-05 20:26:48 -04:00
cmd brew-cask-tests: specify test suite to run with flag (#23484) 2016-08-05 20:26:48 -04:00
developer simplify tail in developer scripts (#23465) 2016-08-05 13:53:31 +01:00
doc deleted cask's macos (#23505) 2016-08-07 15:12:48 -04:00
lib Fix sorting versions by timestamp. (#23514) 2016-08-07 15:13:33 -04:00
man/man1 Deprecate `--binarydir` option. (#23238) 2016-07-30 15:02:05 +02:00
spec Fix sorting versions by timestamp. (#23514) 2016-08-07 15:13:33 -04:00
test deleted cask's macos (#23505) 2016-08-07 15:12:48 -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 Ignore vendored bundler dependencies 2016-08-02 23:06:35 -04:00
.rspec install rspec; move first few tests over 2014-06-29 11:33:22 -05:00
.rubocop.yml Run RuboCop on all core files. (#22855) 2016-07-19 14:11:22 -04:00
.simplecov Exclude non-core folders from test coverage 2015-03-18 17:18:50 +00:00
.travis.yml Remove `HOMEBREW_OSX_VERSION` environment variable from Travis. (#23523) 2016-08-07 16:59:00 +02:00
CONDUCT.md Update Code of Conduct to Contributor Covenant 1.4 2016-02-23 22:00:02 +01:00
CONTRIBUTING.md remove exec attributes and some whitespace (#22858) 2016-07-18 03:28:04 -04:00
Gemfile Bump rubocop-cask to 0.8.3 (#22848) 2016-07-16 21:48:10 -04:00
Gemfile.lock Bump rubocop-cask to 0.8.3 (#22848) 2016-07-16 21:48:10 -04:00
LICENSE Bump year to 2016 2016-01-04 02:37:44 +09:00
README.md README.md: install gif updated for new output (#22846) 2016-07-17 01:12:21 +01:00
Rakefile Remove more Homebrew-duplicated code. (#23359) 2016-08-02 15:25:36 -04:00
USAGE.md Deprecate `--binarydir` option. (#23238) 2016-07-30 15:02:05 +02:00
tap_migrations.json mitmproxy: migrate to Homebrew (#23519) 2016-08-07 15:07:13 +02: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.

Installing Atom (animated gif)

Slower, now:

$ brew cask install atom
==> Satisfying dependencies
complete
==> Downloading https://github.com/atom/atom/releases/download/v1.8.0/atom-mac.zip
######################################################################## 100.0%
==> Verifying checksum for Cask atom
==> Moving App 'Atom.app' to '/Applications/Atom.app'
==> Symlinking Binary 'apm' to '/usr/local/bin/apm'
==> Symlinking Binary 'atom.sh' to '/usr/local/bin/atom'
🍺  atom was successfully installed!

And there we have it. Atom installed with one quick command: no clicking, no dragging, no dropping.

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 the problem isnt simply an outdated setup on your side, 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