Jump to content

Jan Peeters

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Jan Peeters got a reaction from otijhuis in Alfred 4.5 Beta: Take a first look at Universal Actions   
    I think Universal Actions are great, I've long hoped to be able to process text though Alfred like this. So thanks or this!
     
    One thing would make using them easier for me is if Alfred would get a 'Instant Send' functionality (à la Launchbar) by long pressing your default shortcut for activating Alfred. A short press would just open Alfred, a long press would send the current selection to Alfred. That way you don't have yet another key combo.
     
    So in my case I use control-tab to activate Alfred. Pressing control-tab and keeping the tab pressed for (let's say) a second would load the selection in Alfred for use with Universal Actions.
  2. Thanks
    Jan Peeters reacted to deanishe in How to Perform a Google Search of a Website I'm Browsing - Universal Actions?   
    First download and install the updated version of this workflow (I've added an External Trigger).
     
    Then open the Firefox workflow’s script directory (ffass > Open Scripts Directory) and use Script Editor to save this AppleScript in it (call it “Search Site” or similar):
     
    on run (argv) set _url to first item of argv tell application id "com.runningwithcrayons.Alfred" to run trigger "search-site" in workflow "net.deanishe.alfred.demo.universal-google" with argument _url end run  
    Now you should have a new "Search Site" action available in the tab actions and bookmark/history search in the Firefox workflow. You can assign it a Hotkey by adding one to the workflow similar to the example ones.
  3. Thanks
    Jan Peeters reacted to deanishe in Spotify Mini Player: Control your Spotify library at your fingertips   
    When you have a question about a specific workflow, please ask in that workflow's thread instead of creating a new one. I'm merging your thread.
     
     
×
×
  • Create New...