Jump to content

NeoDarque

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by NeoDarque

  1. Hi, Alfred seems to want to encode '#' in my custom search, which makes it fail. I obviously want the url to be as entered, and disable the automatic encoding. Example: h t t p : / / s e a r c h . m a v e n . o r g / # s e a r c h | g a | 1 | { q u e r y }
  2. Hi, I'm trying to add the url: http://www.hitta.se/{query}/företag_och_personer as a custom web search, but it doesn't work because as soon as I type the "ö"-character in this url the textfield turns red and I'm unable to add it. It is a valid url though.
  3. I'm wondering if the following is achievable with the new workflows: I create a hotkey trigger, and then connect this to for example a "launch app" action, this is all fine and well. Is it then somehow possible to put a script inbetween the trigger and the action, and write whatever logic in the script (perhaps check the time of day or something more advanced...), which determines if the launch action should be invoked or not? i.e the ability to abort the workflow. (sorry if this ended up in the wrong subforum, I can't see any function to move it)
  4. I tried working around it using a bash script like so: /usr/bin/node <<END ...my node script... END But that didn't work for some reason. This works just fine if I execute it in a shell though.
  5. Hi, sounds like you misunderstood me. I'm not looking for any new action, nor anything that would monitor frontmost application in the background somehow. Rather to have an optional filter for the Hotkey trigger, so that when a hotkey would be pressed, the application would query NSWorkspace for the current active application, and depending on the filter it would continue with its actions/outputs.
  6. It would be great to see "javascript" in the list of languages for "Run script" under action and output in the workflows, so that we can have these executed with nodejs.
  7. It would be great to see some kind of filtering for the hotkey trigger for workflows. What I'm looking for is the ability to define that a hotkey should only trigger if the frontmost application is listed either in a included list, or not listed in an excluded list. For example, I'm running Parallels on my Mac, and if I have defined a workflow with a keyboard trigger that will open a certain folder, I'd like this workflow NOT to trigger if Parallels is the front most application. Or the other way, a workflow that would only trigger if Parallels was the front most application. Thanks for your excellent work! Cheers, Ted
×
×
  • Create New...