Jump to content

vindoe

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by vindoe

  1. Hi!

    As long as i used Alfred V1 i was happy tu use the copypath extension from http://johnfraney.ca/ 

    Now i switched to Alfred V2 and i cannot use this feature anymore. I tried to find a conversion but without success.

    I also tried to built a workflow myself but i did not get it up running. The old extension was an apple script running in background:

     

     

    tell application "Finder" to set theItems to selection
    set thePaths to ""
    repeat with i in theItems
    set thisItem to POSIX path of (i as alias)
    set thePaths to thePaths & thisItem & return
    end repeat
    set the clipboard to thePaths
     
    I set this up with a keyword / hotkey but nothing happens. 
     
    Anyone who can help me with that?
     
    Kind regards 
     
    Mike 
     
    Hamburg / Germany
×
×
  • Create New...