mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 02:55:41 +02:00
24 lines
485 B
Markdown
24 lines
485 B
Markdown
# brew search
|
|
|
|
> Search for casks and formulae.
|
|
> More information: <https://docs.brew.sh/Manpage#search--s-options-textregex->.
|
|
|
|
- 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}}`
|