- Created by exah
- 🗓 Last Updated: 10/05/20 17:14:23
- 🌟 Stars on GitHub: 46
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Latest Release
- Get Source Code
From their README
alfred-hotel
Alfred 3+ workflow that lets you start, stop and open Hotel apps
Requirements
- Node.js >= 6.4
- Hotel >= 0.8
- Alfred with Powerpack >= 3
Install
$ npm install -g alfred-hotel
Usage
In Alfred, type hotel
to list all Hotel apps, press Space to search through list.
With selected app you can:
- Enter to start and open app in default browser (http://example.dev)
- Alt + Enter to open app without local domain (http://127.0.0.1:50409)
- Command + Enter to start/stop selected app
- Fn + Enter to restart selected app
- Command + C to copy app url
- Ctrl + Enter to open app folder
- Shift to preview url with quicklook
Settings
By default workflow works with following Hotel settings:
- Hotel is available at
http://localhost:2000
- Local domains are in
.localhost
zone
You can change this in ~/.hotel/conf.json
.
Related
License
MIT © John Grishin