pilotmoon / PopClip-Extensions

Source code for extensions in the official PopClip Extensions directory.
https://www.popclip.app/extensions/
MIT License
1.92k stars 440 forks source link

need a extension : open in vivaldi #1152

Closed LeokuJessica closed 3 years ago

LeokuJessica commented 3 years ago

I don't know how to use url-schemes but I do want to use popclip as a quicker entrance to vivaladi

lordlycastle commented 3 years ago

Options:

  1. Set Vivaldi as you default browser.
  2. Use URL redirector i.e. a fake browser that opens correct browsers based on a certain criteria. There are many many of them e.g. finiky
  3. A simple shell script command open -a Vivaldi.app $url.
  4. A more complex login with AppleScript e.g. grabbing foremost window etc. (This will be hard if you're new)

Read the instructions on how to make extensions

pilotmoon commented 3 years ago

Done in 79542b9, see: https://pilotmoon.com/popclip/extensions/page/OpenInVivaldi