Félix Saparelli
3c70e1f527
Brackets sprint-15
12 years ago
Paul Hinze
0b34ea182d
Merge pull request #84 from tomjakubowski/master
Add cask for TuneWiki lyrics app
12 years ago
Paul Hinze
ea5c55c965
Merge pull request #85 from prsimp/master
Add Casks
12 years ago
Paul Simpson
9d2f66307b
Add cask for xScope
12 years ago
Paul Simpson
377aa1020f
Add cask for Sequel Pro
12 years ago
Paul Simpson
205b45761f
Add cask for ClipMenu
12 years ago
Tom Jakubowski
c8a66cf673
add cask for TuneWiki lyrics app
12 years ago
Paul Hinze
29412f2402
Merge pull request #83 from rgieseke/master
Update Textadept Cask to 6.0 beta3.
12 years ago
Robert Gieseke
60ec2931e9
Update Cask: Textadept 6.0 beta 3.
12 years ago
phinze
41a507a8c0
bump version to 0.4.0
12 years ago
phinze
3539767745
fix uninstall to work with multiple casks at once
homebrew does internal caching in ARGV that prevents us from doing the
`ARGV.clear; ARGV << 'newarg'` trick twice.
rather than try to further reach in to homebrew's innards, i figure it's
better to just pass multiple arguments down to homebrew code at once,
since it already supports that
refs #47
12 years ago
phinze
50bbd4e195
adding note about homebrew version requirement
did the research to figure out in which HOMEBREW_VERSION the wild Tap
linking problem that we ran into in #37 was fixed.
hopefully this will prevent other folks from running into it.
12 years ago
phinze
ab57da07ea
add brew cask uninstall
this delegates to homebrew's uninstall to get its work done. vanilla
`brew uninstall` actually works, but this gives us a more consistent
interface.
as discussed in #47
12 years ago
Paul Hinze
9f9eb1970f
Merge pull request #73 from SeanTAllen/master
Add cask/Update cask
12 years ago
Paul Hinze
93322d0af3
Merge pull request #74 from autodidakto/ripit
Ripit latest - Clones DVDs to hard drive, bypassing encryption (rips too)
12 years ago
Paul Hinze
8f7403cc42
Merge pull request #77 from autodidakto/tagalicious
Tagalicious latest - iTunes mp3 tag cleaner
12 years ago
Paul Hinze
641335feac
Merge pull request #78 from autodidakto/namemangler
Namemangler latest
12 years ago
Sean T Allen
ddfa68b290
Update to version 3.4 of the unarchiver.
This version, unlike the preceeding 3.3, is sandboxed so it
can be included in the App Store.
12 years ago
Sean T Allen
a81a4e5f78
Merge branch 'master' of git://github.com/phinze/homebrew-cask
12 years ago
Paul Hinze
89c25d7f06
Merge pull request #80 from mattijs/spotify-cask
Added Cask file for Spotify
12 years ago
Mattijs Hoitink
1b59456491
Added Cask file for Spotify
12 years ago
autodidakto
fdd2b93327
Tagalicious latest
12 years ago
autodidakto
0658c6ff45
Ringtones latest
12 years ago
autodidakto
e8dbf1bff8
iRip latest - iPod/Phone -> iTunes transfer (+ messages, contacts)
12 years ago
autodidakto
57377eb32c
Ripit latest
12 years ago
Sean T Allen
f8fb0342fb
Add cask for LibreOffice.
12 years ago
Paul Hinze
0b72039b55
Merge pull request #67 from SeanTAllen/master
Add casks
12 years ago
Paul Hinze
59b3748466
Merge pull request #68 from autodidakto/makemkv
Added MakeMKV 1.7.8 -- Completely rips DVD/Bluray, preserving everything
12 years ago
autodidakto
f9242d493b
Namemangler latest
12 years ago
autodidakto
6f5d0c94fa
fixed typo in makemkv
12 years ago
autodidakto
6c67fa8a9a
Added MakeMKV 1.7.8
12 years ago
Sean T Allen
0a22c18a56
Add cask for iReadFast.
12 years ago
Sean T Allen
9f0f122199
Add cask for Textmate version 1.
12 years ago
Paul Hinze
4f42a17f16
Merge pull request #66 from SeanTAllen/master
Add casks
12 years ago
Sean T Allen
3ea2522414
Add cask for Open Office.
12 years ago
Sean T Allen
73ae619ed1
Add cask for time machine editor.
12 years ago
autodidakto
7101d20e2f
Added aquamacs 3.x nightly
12 years ago
phinze
82f55a3db9
new cask: textadept
contributed by @rgieseke in #33 , needed some `linkapps` improvements to
fully support it, but now it's working!
12 years ago
phinze
108ae1c6ec
bump version to 0.3.7
12 years ago
phinze
c40dc63737
fix typo in Cask.init :(
💩 this is what i get for doing things outside of test coverage
added a smoke test this time
12 years ago
phinze
acb28f5e14
bump version to 0.3.6 for bugfix release
also attempting again to get head formula feature to work properly
12 years ago
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