--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # brew search > Search for casks and formulae. > More information: . - Search for casks and formulae using a keyword: `brew search {{keyword}}` - Search for casks and formulae using a `regex`: `brew search /{{regex}}/` - Enable searching through descriptions: `brew search --desc {{keyword}}` - Only search for formulae: `brew search --formula {{keyword}}` - Only search for casks: `brew search --cask {{keyword}}`