File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- List all installed formulae and casks:
7
7
8
- ` brew list `
8
+ ` brew {{[ls| list]}} `
9
9
10
10
- List files belonging to an installed formula:
11
11
12
- ` brew list {{formula}} `
12
+ ` brew {{[ls| list]}} {{formula}} `
13
13
14
14
- List artifacts of a cask:
15
15
16
- ` brew list {{cask}} `
16
+ ` brew {{[ls| list]}} {{cask}} `
17
17
18
18
- List only formulae:
19
19
20
- ` brew list --formula `
20
+ ` brew {{[ls| list]}} --formula `
21
21
22
22
- List only casks:
23
23
24
- ` brew list --cask `
24
+ ` brew {{[ls| list]}} --cask `
25
25
26
26
- List only pinned formulae:
27
27
28
- ` brew list --pinned `
28
+ ` brew {{[ls| list]}} --pinned `
Original file line number Diff line number Diff line change 6
6
7
7
- Fetch the newest version of Homebrew and all formulae:
8
8
9
- ` brew update `
9
+ ` brew {{[up| update]}} `
You can’t perform that action at this time.
0 commit comments