Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mischah/ibrew

🍻Interactive CLI for Homebrew – the missing package manager for macOS.
https://github.com/mischah/ibrew

brew cli cli-app homebrew ibrew interactive macos search terminal

Last synced: about 2 months ago
JSON representation

🍻Interactive CLI for Homebrew – the missing package manager for macOS.

Awesome Lists containing this project

README

        

[![npm version](https://img.shields.io/npm/v/ibrew.svg?style=flat)](https://www.npmjs.org/package/ibrew)
[![Build Status](https://travis-ci.org/mischah/ibrew.svg?branch=master)](https://travis-ci.org/mischah/ibrew)
[![Coverage Status](https://coveralls.io/repos/github/mischah/ibrew/badge.svg?branch=master)](https://coveralls.io/github/mischah/ibrew?branch=master)
[![devDependency Status](https://david-dm.org/mischah/ibrew/dev-status.svg)](https://david-dm.org/mischah/ibrew#info=devDependencies)
[![Dependency Status](https://david-dm.org/mischah/ibrew/status.svg)](https://david-dm.org/mischah/ibrew#info=Dependencies)

# ibrew 🍻

> Interactive CLI for Homebrew – the missing package manager for macOS.



Demo animation

`ibrew` lets you use the following [Homebrew](https://brew.sh/) features in a different way:

- **Install packages**
- Browse Homebrew search results and choose a package to install.
- **Upgrade packages**
- Browse outdated packages and select the ones you’d like to upgrade.
- **Uninstall packages**
- Browser installed packages and select the ones you’d like to remove.

## Install

Get it with **npm**:

```sh
npm install -g ibrew
```

## Usage

```shell
$ 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 to select, to toggle all)
❯ ◯ git
â—Ż lynx
â—Ż watchman

$ ibrew --remove
âś” Found 136 installed packages

? Which packages you would like to uninstall? (Press to select, to toggle all)
❯ ◯ adns
â—Ż aom
â—Ż asciinema
```

## Requirements

- macOS
- [Homebrew](https://brew.sh)
- Node.js

## Related

Awesome interactive CLI apps:

- [Emma](https://github.com/maticzav/emma-cli) – Interactive CLI to search and install npm packages
- [itunes-remote](https://github.com/mischah/itunes-remote) – Control iTunes via CLI :notes:
- [ntl](https://github.com/ruyadorno/ntl) – Interactive cli menu to list/run npm tasks
- [itrash](https://github.com/ruyadorno/itrash) – Interactively selects files to delete from current folder in the CLI
- [ipt](https://github.com/ruyadorno/ipt) – Interactive Pipe To: The Node.js cli interactive workflow

## License

[MIT](LICENSE) © 2019 [Michael Kühnel](http://michael-kuehnel.de)