Jump to content

meeffe

Member
  • Posts

    25
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    meeffe got a reaction from qilabs in Do we have a workflow for NimbusNote?   
    Hello,
    Do we have a workflow for searching NimbusNote? By tags OR/AND by note titles OR/AND by folders? I can't find it
  2. Thanks
    meeffe reacted to deanishe in Multiple arguments to multiple tabs in one query   
    Well, it's basically the same question you asked last time.
    $url = 'https://www.google.es/search?q=' . urlencode(trim($arg)) . '+match'; or
    $url = 'https://www.google.es/search?q=' . urlencode(trim($arg . ' match'));  
  3. Like
  4. Thanks
    meeffe got a reaction from deanishe in Multiple arguments to multiple tabs in one query   
    wow thanks a ton! I bought you some beers - check paypal;)
     
    Thanks again. 
  5. Thanks
    meeffe reacted to deanishe in Multiple arguments to multiple tabs in one query   
    Right. I see the problem. The URL isn't being properly escaped, so the shell is interpreting the &.
     
    Change this line:
    shell_exec('open ' . $url); to:
    shell_exec('open ' . escapeshellarg($url));  
  6. Like
    meeffe reacted to deanishe in How to arrange predefined set of windows on the screen?   
    Use AppleScript's set size and set position commands.
  7. Like
    meeffe got a reaction from schrodinger_cat in Transmit 4 Favorites Workflow, FAST   
    Hello, any chances of update this workflow to work with newest transmit 5?
  8. Like
    meeffe got a reaction from nibelune in Transmit 4 Favorites Workflow, FAST   
    Hello, any chances of update this workflow to work with newest transmit 5?
  9. Sad
    meeffe got a reaction from casey in Transmit 5 workflow?   
    Hello everyone,
    Does transmit 5 favourites workflow exist? I used version 4 previously. It's much easier to use it with this workflow. I regret that I switched from transmit 4 to 5 because of that workflow inavailability (I guess).
     
    Cheers,
    Michal
×
×
  • Create New...