The original tap wasn't being updated, and Howard Oakley continues to update his apps as well as create new ones, and occasionally deprecates some. I plan on eventually getting the tap current with the Downloads section as well as update based on the Updates RSS feed.
Howard Oakley at EclecticLightCo has a fantastic array of utilities for macOS. Most of them do have the ability to check for updates, but not all of them. They also don't use the Sparkle framework for updating, so it's more labor-intensive and a little bit of a hassle to update compared to the majority of apps for macOS.
Matthew Stickler had a tap sticklerm3/pourhouse, which was a great start, but it hasn't been updated in over 3 years.
At the moment, this README doesn't have the current Homebrew syntax, but one thing at a time...
First you need Homebrew installed if you don’t already. To install open Terminal and paste the following:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Verify everything installed correctly by running brew doctor
then you can add my tap by running:
brew tap evansthompson/homebrew-eclecticlightco
This creates a shallow clone of evansthompson/homebrew-eclecticlightco
to $(brew --repo)/Library/Taps/evansthompson/homebrew-eclecticlightco
.
Then, you can continue to use brew cask install <formula>
for anything unless for some reason there’s another cask with the same name, simply identify the tap before the formula: brew install --cask evansthompson/homebrew-eclecticlightco/<formula>
Or install via URL (which will not receive updates):
brew cask install https://raw.githubusercontent.com/evansthompson/homebrew-eclecticlightco/master/Casks/<formula>.rb
NOTE: This is VERY outdated. Look at the Official Downloads page until it's updated.
App | Ver. # | Min. OS | Token |
---|---|---|---|
Signet | 1.2 | High Sierra | signet |
App | Ver. # | Min. OS | Token |
---|---|---|---|
Nalaprop | 1.0b10 | Mojave | nalaprop |
App | Ver. # | Min. OS | Token |
---|---|---|---|
Consolation2 | 2.4 | Sierra | consolation2 |
Dispatch View | 1.0 | Sierra | dispatchview |
Keychain Check | 1.3 | Sierra | keychaincheck |
WoodPile | 1.0b6 | Sierra | woodpile |
App | Ver. # | Min. OS | Token |
---|---|---|---|
Alifix | 1.1 | Sierra | alifix |
Apfelstrudel | 1.3 | Sierra | apfelstrudel |
ArchiChect | 2.1 | Sierra | archichect |
Consolation3 | 3.9 | Sierra | consolation3 |
DelightEd | 2.0b2 | Sierra | delighted |
Dystextia | 1.6 | Sierra | dystextia |
Keychain Check 2 | 2.0b1 | Sierra | keychaincheck2 |
Permission Scanner | 1.7 | Sierra | permissionscanner |
Podofyllin | 1.0b17 | Sierra | podofyllin |
Pratique | 1.1 | Sierra | pratique |
Rosettavert | 1.4 | Sierra | rosettavert |
RepairHomePermissions | 1.1 | Sierra | repairhomepermissions |
Route Map | 1.0b2 | Sierra | routemap |
Sandstrip | 1.1 | Sierra | sandstrip |
Taccy | 1.8 | Sierra | taccy |
T2M2 | 1.14 | Sierra | t2m2 |
Ulbow | 1.2 | Sierra | ulbow |
Whither | 1.0 | Sierra | whither |
App | Ver. # | Min. OS | Token |
---|---|---|---|
32-bitcheck | 1.8 | El Capitan | 32-bitcheck |
Aquiline Check | 1.0b2a | El Capitan | aquilinecheck |
Bailiff | 1.4 | El Capitan | bailiff |
Cirrus | 1.9 | El Capitan | cirrus |
Dintch | 1.2 | El Capitan | dintch |
Deep Tools | 1.3 | El Capitan | deeptools |
Fintch | 1.1 | El Capitan | fintch |
LockRattler | 4.24 | El Capitan | lockrattler |
Metamer | 1.0 | El Capitan | metamer |
Precize | 1.9 | El Capitan | precize |
Revisionist | 1.7 | El Capitan | revisionist |
Scrub | 1.1 | El Capitan | scrub |
Search Key | 1.3 | El Capitan | searchkey |
Search Key Lite | 1.3 | El Capitan | searchkeylite |
SystHist | 1.12 | El Capitan | systhist |
UTIUtility | 1.0 | El Capitan | utiutility |
Xattred | 1.2 | El Capitan | xattred |
I’m still newer at writing formula/Ruby so bear with me here. The following are CLI utilities that are installed using brew cask
as their binaries are already compiled. Use the same syntax to install as above (brew cask install alisma
)
App | Vers. | Min. OS | Formula Name |
---|---|---|---|
alisma | 2.0 | El Capitan | alisma |
Blowhole | 9.0 | Sierra | blowhole |
cmpxat | 2.0 | El Capitan | cmpxat |
silnite | 4.0 | El Capitan | silnite |
unorml | 3.0 | Sierra | unorml |
Update homebrew with brew update
. Upgrade any updated formula and casks with brew cask upgrade
.
For more information on using the brew command run brew help
or man brew
or check Homebrew's documentation.
If you notice an error, have a contribution or an update, feel free to fork the repo & submit a pull request! If creating/updating a cask formula be sure it’s properly filled out and passes the tests. I created this tap as a place for awesome MacOS software that wasn’t included in the core cask repository, if you have any awesome MacOS applications that you think I should include, don’t be afraid to suggest it, or even better: fork me and create a pull request!