igorlg / applescript-url-handler

Hack to open the AWS Chime app from URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac URL Handler

Small AppleScript (saved as an Application) to handle custom URL schemes and open the appropriate native App. Created as a hack, based on daily pains :)

Comments, ideas, issues are welcome!

Pre-requisites

This URL Handler script is intended to augument apps like Choosy or Finicky, to handle URL-to-Native-App actions they don't support.

Please use one of these as the Default Browser in your Mac OS, and configure them to use UrlToAppHandler to manage certain URLs.

Usage

How to install this script? Simple:

  1. Open src/UrlToAppHandler.applescript with "Script Editor"
  2. Export the script as type "Application": Script Editor - Export as Application
  3. Set Applications/UrlToAppHandler.app as the preferred browser in Choosy or Finicky for the URL schemes you wish it to handle.

About

Hack to open the AWS Chime app from URLs

License:MIT License


Languages

Language:AppleScript 100.0%