Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cerebroapp/cerebro-brew

📦 Cerebro plugin to search Homebrew packages
https://github.com/cerebroapp/cerebro-brew

cerebro cerebro-plugin homebrew plugin

Last synced: 22 days ago
JSON representation

📦 Cerebro plugin to search Homebrew packages

Awesome Lists containing this project

README

        

# Cerebro-Brew

> It is a plugin for [Cerebro app](http://www.cerebroapp.com) that searches for homebrew formulas

## Usage

In Cerebro, type brew followed by any term, and the Homebrew plugin will show some suggestions:
![](screenshot.png)

Return - Open a terminal window with the install command entered.

cmd+c - Copy the install command eg. `brew install formula`

Cerebro needs `Acceessibility` access to be able to use the non-executing version when using `Terminal`. You can enable it in `System Preferences > Security & Privacy > Privacy > Accessibility`.

## Settings
You can change the terminal used by the plugin in the settings.
The two options are:
- `Terminal` - Uses the default terminal
- `iTerm` - Uses iTerm

You can also enable direct execution of the install command in the settings.
By default, the plugin will open a terminal window with the install command entered.

## Related

* [Cerebro](https://github.com/cerebroapp/cerebro) – main repo for Cerebro app;
* [Cerebro Tools](https://github.com/cerebroapp/cerebro-tools) – package with tools to simplify package creation;

## License

MIT © [Luis Davim](https://github.com/luisdavim)