Jump to content

Anthony Accioly

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Anthony Accioly

  1. On 7/15/2022 at 9:08 PM, Stephen_C said:

    Bartender 4 supports AppleScript and, in very crude terms, you could include something like this in a workflow to trigger the Bartender quick search window:

     

    tell application "Bartender 4"
        quick search
    end tell


    To make it work with Alfred 5 just change the application string:
     

    tell application "Bartender 5"
        quick search with "{query}"
    end tell

     

    On 7/17/2022 at 5:55 PM, unlink said:

    I put this into a workflow. You can find it on packal and github

    PR with the update for Bartender 5 + optional query argument: https://github.com/BlkPingu/bartender-search/pull/3

×
×
  • Create New...