mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
661 B
Plaintext
26 lines
661 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# brew leaves
|
|
|
|
> List installed formulas that are not dependencies of another installed formula or cask.
|
|
> More information: <https://docs.brew.sh/Manpage#leaves---installed-on-request---installed-as-dependency>.
|
|
|
|
- List installed formulas that are not dependent on other installed formulas or casks:
|
|
|
|
`brew leaves`
|
|
|
|
- Only list leaves that were manually installed:
|
|
|
|
`brew leaves {{[-r|--installed-on-request]}}`
|
|
|
|
- Only list leaves that were installed as dependencies:
|
|
|
|
`brew leaves {{[-p|--installed-as-dependency]}}`
|
|
|
|
- Display help:
|
|
|
|
`brew leaves {{[-h|--help]}}`
|