Jump to content

GoOz

Member
  • Posts

    29
  • Joined

  • Last visited

Everything posted by GoOz

  1. A basic open : open -a ~/Applications/Aurora.app 'path/to/folder' The tricky thing is that that Run script runs fine on my personal MB but on my iMac, at work, nothing happens. The main difference between the two configs is that i got admin rights on my personal, but not at work. Could it explain things ?
  2. Hi guys, i'm experiencing a weird issue here. I open iterm, type a basic open command and it works juste fine. I use the terminal / shell tool in Alfred, it works just fine too. I copy/paste this command in a Run script object in a workflow and nothing happens. Because i can't see errors, i got no idea what's going on. Any clue ? :/
  3. So... i've been trying a long timeā€¦ Kinda succeeded. keyword object -> Run script bash to translate the DOS path to Unix path -> Run script bash to open this new path in the browser Still wondering why i can't make several actions in a row though. Wish i could translate the path THEN send it an Open URL object. If there's a way to do that, i couldn't find it.
  4. Hey guys ! Let me explain the situation first : I work with people on windows but i work on OSX. I often get DOS path on a shared volumes (mounted with samba) where documents i need are stored. Usually, it's .png or other graphic files. And there we are, i want to do a workflow where i type a keyword then paste the DOS path i was given; then i run a bash script that translate the DOS path to Unix path (script i already have); finally i want that new path to be open in my browser. So far, i made the input with a "keyword" then the {query} sent to a "Run script" and the new {query} sent to a "Notification". It works that way but it's not what i want. I can't figure out how to send the new {query} to the browser though. Did i miss something ? Thanks for the help GoOz
×
×
  • Create New...