Jump to content

hangyi

Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    hangyi reacted to deanishe in How do you get the value of a variable you defined in an earlier step within the same workflow?   
    Your code is correct, but variables don't work in Run NSAppleScript. Alfred runs that in its own process, so it can't set environment variables.
     
    Put your code in a Run Script Action instead, with Language = /usr/bin/osascript (AS).
  2. Like
    hangyi got a reaction from realliyifei in Allow to assign Snippets group to different application   
    It'll be great useful if we can use snippet groups only when some specific applications activated. 
  3. Like
    hangyi got a reaction from bigredbruin in Allow to assign Snippets group to different application   
    It'll be great useful if we can use snippet groups only when some specific applications activated. 
  4. Thanks
    hangyi reacted to vitor in How do I handle a Script Filter with mixed folder path and URL items?   
    If that’s your only use case, prepend file:// to the the file paths and make them absolute (i.e. file:///Users/hangyi/Downloads) and an Open URL will handle both.

    Otherwise, use a Conditional Utility.
  5. Like
    hangyi got a reaction from 3komma14 in Allow to assign Snippets group to different application   
    It'll be great useful if we can use snippet groups only when some specific applications activated. 
  6. Like
    hangyi got a reaction from joeynotjoe in Can I add files to Alfred's file buffer directly by selection in Finder?   
    Alfred allows users to select multiple files in finder and press command+option+\ to run file action in Alfred file browser. 
    Alfred also allows users to add files to buffer, but only files from Alfred file browser. I am  wondering if Alfred could add files I selected in Finder to buffer.
  7. Like
    hangyi reacted to Simon A in Can I add files to Alfred's file buffer directly by selection in Finder?   
    This would be extremely useful. I've seen several requests for it, going back to 2013.
    https://www.alfredforum.com/topic/1748-add-to-buffer-workflow-action/?_fromLogin=1
  8. Like
    hangyi got a reaction from Simon A in Can I add files to Alfred's file buffer directly by selection in Finder?   
    Alfred allows users to select multiple files in finder and press command+option+\ to run file action in Alfred file browser. 
    Alfred also allows users to add files to buffer, but only files from Alfred file browser. I am  wondering if Alfred could add files I selected in Finder to buffer.
×
×
  • Create New...