0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Homebrew】意図的にインストールしたFormulaeのリストを取得する方法

Last updated at Posted at 2025-01-31

Formulaeのリスト

以下のコマンドを実行することで表題のリストを取得できます。

$ brew list --installed-on-request
bat
cask
cmake
...

また、次のコマンドを実行すると説明も合わせて出力できます。

$ brew desc $(brew list --installed-on-request) | column -t -s ":"
bat                     Clone of cat(1) with syntax highlighting and Git integration
cask                    Emacs dependency management
cmake                   Cross-platform make
...

Caskのリスト

Caskのリストを取得するには以下のようにします。

$ brew list --cask -1
alfred
arc
autoraiseapp
...
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?