Today I Learned

hashrocket A Hashrocket project

Brew cask list all

If you want to list all brew casks available to install run:

brew search --casks

Then you can install the cask you want, something like:

brew cask install iterm2
See More #command-line TILs