Mighty Browser support

Would be nice if I could open a link in Mighty - https://www.mightyapp.com/

I know that this opens Mighty … might be helpful in creating the popclip for it
open -b com.mighty.app "$THIS_URL"

1 Like

This ought to do it:

#popclip
name: Open in Mighty
icon: M
requirements: [url]
javascript: |
  popclip.openUrl(popclip.input.data.urls[0], { app: 'com.mighty.app' })

(The above block is an extension snippet - select it to install the extension with PopClip)

1 Like

:fire:
Thanks @nick

1 Like