LinuxCommandLibrary

taproom

Interactive TUI for managing Homebrew packages

TLDR

Launch the Homebrew TUI browser
$ taproom
copy
Start with only installed packages shown
$ taproom --filters installed
copy
Sort by name and hide the help bar
$ taproom --sort-column name --hide-help
copy

SYNOPSIS

taproom [options]

DESCRIPTION

taproom is a terminal user interface for Homebrew that lets you browse, search, install, remove, and view dependencies of formulae and casks. It displays packages in searchable tables with real-time filtering, status indicators, and recursive dependency visualization.

CAVEATS

Requires Homebrew to be installed.

HISTORY

taproom was created by Johnny Huang (hzqtc) and is written in Go.

SEE ALSO

brew(1), stew(1), nix(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard