phinze
55146b76d4
fix a missed reference to old HOME_APPS const
12 years ago
phinze
f1290f53a5
fix constant name for plex media center
12 years ago
Ben Bailey
9a3220c7c0
added plex media center - media app
12 years ago
Ben Bailey
297972fe7d
added propane - campfire client
12 years ago
Ben Bailey
551400475c
added scrivener
12 years ago
phinze
d9b9c3481c
fix thunderbird link
addresses issue found by @parananon in #59
12 years ago
phinze
d74e3c433b
bump version to 0.3.5; add head to Formula
12 years ago
phinze
9b2f2c7ecd
allow `brew cask linkapps` to accept arguments
arguments scope linkapps command to just those casks
also added unit tests around the CLI code - whee!
12 years ago
phinze
96cff81979
have linkapps recognizes apps in subdirs
should address #33
includes cleanup and tests
i'm not crazy about leaning on installing/uninstalling caffeine in the
tests. it makes for some unnecessarily heavy tests and downloads. but
i'd rather get tests in place first then fix the warts.
12 years ago
Paul Hinze
6f94b58cfd
Merge pull request #65 from autodidakto/rubymine
Added RubyMine 4.5.4
12 years ago
autodidakto
20fc8c98e6
Added RubyMine 4.5.4
12 years ago
Paul Hinze
07ac6ceff6
Merge pull request #53 from autodidakto/firefox
updated firefox to 16.0.1
12 years ago
Paul Hinze
b0d59b0f7b
Merge pull request #55 from autodidakto/emacs
Added emacs 24.2
12 years ago
Paul Hinze
27b50374af
Merge pull request #56 from SeanTAllen/master
Add new casks
12 years ago
Paul Hinze
42434ef7e9
Merge pull request #60 from passcod/firefox-aurora
Firefox Aurora 18
12 years ago
Paul Hinze
182743fdd9
Merge pull request #61 from autodidakto/justlooking
Added JustLooking 3.3.3 via passcod's script
12 years ago
Paul Hinze
fe0325127a
Merge pull request #58 from autodidakto/bartender
Added Bartender latest
12 years ago
Paul Hinze
d69a666437
Merge pull request #57 from autodidakto/shortcat
updated shortcat to 0.3.4.1, fixed version number
12 years ago
Paul Hinze
a2d050e5f9
Merge pull request #62 from autodidakto/handbrake
Added HandBrake 0.9.8
12 years ago
Paul Hinze
1c3c12c27a
Merge pull request #63 from autodidakto/handbrakebatch
Add handBrakeBatch latest
12 years ago
autodidakto
e183773e68
Added JustLooking 3.3.3 via passcod's script
12 years ago
autodidakto
b1a229eec1
Add handBrakeBatch latest
12 years ago
Félix Saparelli
83b1fce5c4
Firefox Aurora 18.0a2
12 years ago
Sean T Allen
444973c5b4
Add cask for Jumpcut.
Jumpcut is a tgz file whose handling isn't currently supported.
This commit adds support for it.
The test for tar.gz and tar.bz are very similar and could probably
be refactored. Leaving that as an exercise for another time.
Should have more use cases before opening that up.
12 years ago
Sean T Allen
da6a3c807d
Add cask for livestation.
Service to watch tv from around the world.
12 years ago
Sean T Allen
ee3a1b467e
Add cask for Google Chrome Canary.
12 years ago
Sean T Allen
7fb27c2f79
Add cask for Divvy.
OS X 'window manager'
12 years ago
Sean T Allen
72e070686a
Add cask for Gimp.
12 years ago
Sean T Allen
0e0b81b26d
Add cask for fluid.
12 years ago
Sean T Allen
97a3272e03
Add cask for Moom.
A 'window manager' for OS X.
12 years ago
autodidakto
1e0259d5b1
Added HandBrake 0.9.8
12 years ago
Sean T Allen
e3f2dc8774
Add cask for back-in-time.
Time machine backup exploration software.
12 years ago
autodidakto
d33b0057d8
Added Bartender latest
12 years ago
autodidakto
713642644e
updated shortcat to 0.3.4.1, fixed version number
12 years ago
Sean T Allen
e8a095928c
Add cask for BootXChanger.
Allows you to change the OS X boot image.
12 years ago
Sean T Allen
2826053480
Add cask for Aquamacs version of emacs.
12 years ago
Sean T Allen
79f0c029e9
Add cask for arq.
Haystack Software's online backup program.
12 years ago
Sean T Allen
ec3d5189dd
Add cask for laullon version of GitX git gui.
More up to date and developed than original GitX client.
12 years ago
Sean T Allen
939b8c7f2d
Add cask for GitX git gui.
12 years ago
Sean T Allen
6bb01ba43b
Add cask for colloquy irc client.
12 years ago
autodidakto
aa719bead7
Added emacs 24.2
12 years ago
autodidakto
60382cbf36
updated firefox to 16.0.1
12 years ago
phinze
c44192c1d3
eat ditto warnings
a cheap way to address #17 .
i don't really like it, but after a bunch of research and
experimentation to figure out if we can skip `.Trashes` or remove it,
this was the best i could come up with.
12 years ago
phinze
1a7e278935
a bona fide cask install test; and more splitting
I chose Caffeine since it's relatively small to download. Eventually I'd
like to switch this up so we bundle a dmg, zip, etc that the test suite
wires in to verify that we do the Right Thing (tm) with all those file
types. Probably will want to support `file://` URLs in Casks to help us
for that use case.
12 years ago
phinze
a0434184b0
basic testing and separation of the Cask DSL
12 years ago
phinze
f35cda322c
add test coverage and start to split up cask.rb
ahhhhh the joys of refactoring under test coverage
12 years ago
phinze
550ea38adc
mkdir HOMEBREW_CACHE to allow downloads in tests
12 years ago
phinze
217fe9bc4b
bump version to 0.3.4
12 years ago
phinze
ab564ef254
handle multiple casks with install
should address #52
includes better error handling if a nonexistent cask is referenced
first test-driven commit, suckas!
12 years ago
phinze
cd70474aa9
moving back from spec/ -> test/
since various tooling keeps guessing we're using rspec
12 years ago