Jump to content

jrock2004

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jrock2004

  1. I am trying to build a custom URL builder for a bunch of my work URL. I have the following script but it seems that open URL is not detecting the URL. For open URL I put `{query}`. What am I missing? function run(argv) { var appType = argv[0]; var theEnv = argv[1]; var url = 'https://www.google.com'; return url; } What am I missing? The URL it opens is `https://www.google.com%0a`
  2. Here is the script I use and it adds it perfectly for me with version 3 on alfred_script(q) tell application "Fantastical" parse sentence q with add immediately end tell end alfred_script
×
×
  • Create New...