hotel

From their README

alfred-hotel

Standard - JavaScript Style Guide

Alfred 3+ workflow that lets you start, stop and open Hotel apps

alfred hotel workflow screenshot in action

Requirements

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

  • alfy - Create Alfred workflows with ease
  • hotel - A simple process manager for developers

License

MIT © John Grishin