Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 464 Bytes

ngrok workflow

This Alfred workflow is for developers that uses ngrok.

Usage

  • ngrok http <port> : create an HTTP tunnel for the given port
  • ngrok tcp <port> : create a TCP tunnel for the given port
  • ngrok url : copy the tunnel URL in the clipboard (if any)
  • ngrok url (with ⌘ pressed) : copy the tunnel sub-domain in the clipboard (if any)
  • ngrok inspect : open web inspection interface