raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.36k stars 3.05k forks source link

[Open Path] ... #7020

Closed nukesean closed 1 year ago

nukesean commented 1 year ago

Extension

https://www.raycast.com/koinzhang/open-path

Description

The extension works perfectly for everything except URL schemes. Specifically, whenever the command is invoked to open a deeplink, it just searches Google for the URL, instead. See demo here: https://imgur.com/a/QBfExVk.

Steps To Reproduce

  1. Select deeplink
  2. Execute extension

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 year ago

Thank you for opening this issue!

🔔 @koinzhang you might want to have a look.

💡 Tip: Once the issue is resolved, comment @raycastbot close this issue to close it.

koinzhang commented 1 year ago

Hi @nukesean. Thanks for your feedback, I mistakenly removed the code to open deeplink in a previous update and have now submitted a PR #7022 to fix this feature. If you have any other questions, feel free to give feedback

nukesean commented 1 year ago

Awesome! Thank you, @koinzhang! I do have one more issue to report, though.

After I reported the deeplink bug, I discovered that the extension does not handle IP addresses correctly if there is a path afterwards. For example 140.82.113.4 works, but 140.82.113.4/raycast/extensions/issues/7020 does not; it just opens up a tab at about:blank for some reason. It does work, however, if the full path also includes the https:// at the beginning.

koinzhang commented 1 year ago

Hi @nukesean. A commit has been fixed to fix the issue of not being able to open Ipv4 URLs

pernielsentikaer commented 1 year ago

Closing since its merged 🙂