Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

📦 Cerebro plugin to execute any shell command from Cerebro search line
https://github.com/cerebroapp/cerebro-shell

cerebro cerebro-plugin

Last synced: 3 months ago
JSON representation

📦 Cerebro plugin to execute any shell command from Cerebro search line

Awesome Lists containing this project

README

        

# cerebro-shell

> [Cerebro](http://www.cerebroapp.vercel.app) plugin to execute any shell command from Cerebro search line

![Plugin screenshot](screenshot.gif)

## Usage

In Cerebro, type `$` + your shell command. This command will be executed from your current user home directory (you can exec `$ pwd` to see this path).

Plugin shows real-time result of your command in preview.

## Features

* Real-time preview;
* Uses your user ENV (environment), that means you will have the same results in your terminal and in Cerebro;
* Autocomplete from your shell history.

## Related

* [Cerebro](http://github.com/cerebroapp/cerebro) – main repo for Cerebro app;

## License

MIT © [Alexandr Subbotin](http://asubbotin.ru)