by shigemk2

当面は技術的なことしか書かない

brew list

brew list

インストールしたhomebrewパッケージの一覧をみる

$ brew --version
Homebrew 2.1.3-9-gb3c0997
$ brew ls --help
Usage: brew list, ls [options]

List all installed formulae.

        --full-name                  Print formulae with fully-qualified names.
                                     If --full-name is not passed, other
                                     options (i.e. -1, -l, -t and -r)
                                     are passed to ls which produces the
                                     actual output.
        --unbrewed                   List all files in the Homebrew prefix not
                                     installed by Homebrew.
        --versions                   Show the version number for installed
                                     formulae, or only the specified formulae if
                                     formula are given.
        --multiple                   Only show formulae with multiple versions
                                     installed.
        --pinned                     Show the versions of pinned formulae, or
                                     only the specified (pinned) formulae if
                                     formula are given. See also pin,
                                     unpin.
    -1                               Force output to be one entry per line. This
                                     is the default when output is not to a
                                     terminal.
    -l                               List in long format. If the output is to a
                                     terminal, a total sum for all the file
                                     sizes is output on a line before the long
                                     listing.
    -r                               Reverse the order of the sort to get the
                                     oldest entries first.
    -t                               Sort by time modified (most recently
                                     modified first).
    -v, --verbose                    Make some output more verbose.
    -d, --debug                      Display any debugging information.
    -h, --help                       Show this message.