Jump to content

wilkerlucio

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by wilkerlucio

  1. Can you detail it better, I tried that but don't got any output at all... I'm missing something? screenshot of the workflow: http://cl.ly/image/3s3T0e0K3o0E
  2. Hi, I was creating some workflows here, and there is a pattern that I found in some of them, that is, I create a lot of workflows to do searches into specific sites, they are better than the regular Web Search because they list the first search results via a script filter. I think creating workflows for that get kind overwhelming... Would be great if the regular web searches have a support to add "inline results" filter, so I can add this script on the web search, and it will use it to display the results strait in alfred (like an script filter does).
  3. Hi, I'm here just to share a simple tip that I realized in order to debug a development workflow. In my case here, I was hacking an workflow that I got, but for some reason it wasn't working, the command to run it (it is a script filter) was: php -f bookmarks.php -- "{query}" Well, I want have this output, but Alfred also needs it... So I found out that I can do this: php -f bookmarks.php -- "{query}" | tee -a debug_log This way, it will output to Alfred, but also will append the content to the debug log, and since it's appending, I'm able to: tail -f debug_log This way I can keep looking at the output while I test it. It's simple but I found very useful, hope it can help you too. Thanks
×
×
  • Create New...