Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cerebroapp/cerebro-shell
- Owner: cerebroapp
- Created: 2016-12-21T11:38:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T17:19:26.000Z (about 2 years ago)
- Last Synced: 2024-10-05T10:48:01.160Z (3 months ago)
- Topics: cerebro, cerebro-plugin
- Language: TypeScript
- Homepage:
- Size: 589 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
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)