Skip to content

Brewp interactive package upgrader for Homebrew

License

Notifications You must be signed in to change notification settings

erikjuhani/brewp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brewp

A simple interactive shell script to manage outdated brew packages.

Running brewp shell script

Required dependencies

Installation

Easiest way to install brewp is with this oneliner. You can also just download brewp.sh and place it in desired directory.

curl -sSL https://raw.githubusercontent.com/erikjuhani/brewp/main/install.sh | sh

By default the install script assumes that executable scripts are found under $HOME/bin folder. The script will automatically create such folder if it does not exist. However one should remember to add this location to PATH.

Updating

brewp keeps track of HEAD commit hash as the version, which is annotated to the brewp shell script file. To update brewp to latest version run the install script again.

Note

brewp expects that brew and gum are installed and found in the PATH.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gum

About

Brewp interactive package upgrader for Homebrew

Topics

Resources

License

Stars

Watchers

Forks

Languages