Cerebro plugin that lets you start, stop and open Hotel apps.
In Cerebro, type hotel
then:
- Press Tab to toggle server status as running/stopped.
- Press Enter to open the proxied URL.
- Press Shift+Enter to open the real URL.
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'
- Cerebro – main repo for Cerebro app;
- alfred-hotel - My version is based on this.