Tagged Questions
1
vote
1answer
60 views
How to start a service automatically after openning an application?
For example, I have a service that I want it to be started automatically when I open Firefox.
I know how to write scripts as services in automator, but I don't know how to make a hook that when ...
2
votes
1answer
513 views
Run bash command with current URL as parameter from Firefox and/or safari
I'd like to be able, without much hassle, add a video to my Miro Download-queue.
From bash I can do this by entering
open -a Miro.app http://vimeo.com/24398084
Now I'd like to do this from within ...