Awesome
Cerebro Hotel
Cerebro plugin that lets you start, stop and open Hotel apps.
Usage
In Cerebro, type hotel
then:
- Press <kbd>Tab</kbd> to toggle server status as running/stopped.
- Press <kbd>Enter</kbd> to open the proxied URL.
- Press <kbd>Shift+Enter</kbd> to open the real URL.
Settings
This plugin assume your Hotel runs at http://localhost:2000
and your TLD is dev
. To change this you need to edit the following envs:
HOTEL_HOST='http://127.0.0.1:2000'
TLD='dev'
Related
- Cerebro – main repo for Cerebro app;
- alfred-hotel - My version is based on this.