Jump to content

Kurt Sanders

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Kurt Sanders reacted to deanishe in Inserting a script variable into Notification output?   
    There is one obvious error.
     
    Change this:
    console.log({"alfredworkflow": {"variables": {"var1": current_tab_url, "var2": current_tab_title}}}) to this:
    return JSON.stringify({"alfredworkflow": {"variables": {"var1": current_tab_url, "var2": current_tab_title}}})  
    If that doesn't fix it, upload your workflow somewhere.
  2. Like
    Kurt Sanders reacted to Andrew in The State of Alfred Remote app   
    Alfred Remote will be receiving a big "Version 2" update, I'm already planning the feature set and improvements.
     
    It's also worth noting that we've been adding features to Alfred Remote through added objects within Alfred itself, so while Alfred Remote hasn't had a core update, it has had new abilities added over the past few years.
     
    Cheers,
    Andrew
  3. Like
    Kurt Sanders reacted to Vero in Find Folders in Finder   
    @jipnet Take a look at the guide on creating your own File Filter workflow, which walks you through the various steps (setting file types, setting a search scope, etc):
    https://www.alfredapp.com/help/workflows/inputs/file-filter/
     
    You can then replace the Terminal object @CJK opted for with something like the "Open File" or "Reveal in Finder" or "Browse in Alfred" object, depending on what you're trying to achieve  
     
    Cheers,
    Vero
×
×
  • Create New...