List of installable Homebrew casks
问题 Is there a way to obtain a list (possibly with descriptions) of all the casks installable with Homebrew Cask? 回答1: The new way to list all installable cask packages is: brew search --casks The man page for brew has the following information: search --casks Display all locally available casks (including tapped ones). No online search is performed. 回答2: Brew search now has a --desc flag. This lists all of them with the description: brew search --casks --desc '' 回答3: List using a browser Visit