Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cerebroapp/cerebro-brew
- Owner: cerebroapp
- Created: 2017-03-04T21:51:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T19:33:44.000Z (about 2 years ago)
- Last Synced: 2024-10-10T09:29:36.758Z (about 1 month ago)
- Topics: cerebro, cerebro-plugin, homebrew, plugin
- Language: TypeScript
- Homepage:
- Size: 385 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 iTermYou 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)