ibrew
v1.1.0
Interactive CLI for Homebrew – the missing package manager for macOS.
ibrew
lets you use the following Homebrew features in a different way:
Get it with npm:
npm install -g ibrew
$ ibrew [searchterm] [options]
Options
--upgrade, -u Lists installed packages to choose the ones to upgrade
--remove, -r Lists installed packages to choose the ones to remove
--size, -s Set number of lines for the interactive lists
--help, -h Show help
--version, -v Print version number
Examples
$ ibrew say
✔ Found 2 packages
? Which package you would like to install? (Use arrow keys)
❯ cowsay
ponysay
$ ibrew --upgrade
✔ Found 3 outdated packages
? Which packages you would like to upgrade? (Press <space> to select, <a> to toggle all)
❯ ◯ git
◯ lynx
◯ watchman
$ ibrew --remove
✔ Found 136 installed packages
? Which packages you would like to uninstall? (Press <space> to select, <a> to toggle all)
❯ ◯ adns
◯ aom
◯ asciinema
Awesome interactive CLI apps:
MIT © 2019 Michael Kühnel