5
votes
3answers
416 views

Resize images via drag and drop on OSX with good quality

I want to be able to drag and drop images on an application(icon) which preferably doesn't run. This application has to resize the images to 600x450px and drop them somewhere. I already created an ...
1
vote
1answer
268 views

How to create a service to zip files in Mac OS X Lion

I have to create services for two different use cases: Mark a folder or file and zip it using an archiver tool such as rar7zip. Mark a text and open a translator app. I've been trying to use ...
3
votes
1answer
945 views

Create bash script to open URL in Mac OS X

I want to OS X to intelligently open git URLs by first trying to open their repo page on GitHub, and then falling back to something like GitBox.app. I found this question extremely helpful, and I ...
2
votes
1answer
2k views

How create an OS X service that passes a file's path to a shell script?

I have a shell script that takes two arguments: full file path file name How can I use Automator to add a context menu entry to Finder to run the shell script with a chosen file path and file ...
1
vote
1answer
445 views

Mac OS: Automator-script for saving mails to auto-generated folders

I am looking into automator and need it to help me out with the following simple task: I need to have the attachments of a number of messages, which are sorted in a folder in Mail, downloaded and ...
4
votes
1answer
372 views

OS X Lion Inverted Scrolling Automation Shortcut

As everyone will know (who has Mac OS X Lion), by default, scrolling is inverted to make it a bit like the iPhone. Problem: There is no way to have "normal scrolling" for a USB mouse, and ...