Skip to content

🍺 An extremely fast homebrew CLI wrapper with extra features.

Notifications You must be signed in to change notification settings

metafates/brewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brewer 🍺

An extremly fast homebrew (macOS & Linux package manager) CLI wrapper with extra features.

This is a WIP, alpha, early-stage, etc. project. A lot is missing and bugs are expected.

asciicast

Features

  • Fuzzy formulae/cask search with an embedded skim (fzf rust alternative)
  • Locate which formulae provides the given binary (Ubuntu's command-not-found equivalent)
  • Much faster than brew search (uses nucleo crate for non-interactive fuzzy search)
  • Show plan before installing / uninstall kegs

Install

git clone git@github.com:metafates/brewer.git
cd brewer

# using cargo
cargo install --path brewer_term

# or using `just`
just

Usage

Usage: brewer <COMMAND>

Commands:
  which   Locate the formulae which provides the given executable
  update  Update the local cache
  list    List installed formulae and casks
  info    Show information about formula or cask
  search  Search for formulae and casks
  paths   Show paths that brewer uses
  exists  Indicate if the given formula or cask exists by exit code
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

About

🍺 An extremely fast homebrew CLI wrapper with extra features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published