I sometime want to open a file from the finder in another Application.
I do this often enough that I made this Automator Service to help me go straight to the Choose Other application Dialogue rather than use the Mouse and menu Navigation.
Tap,tap,tap ,hello testing, One..Two. One..Two.
I sometime want to open a file from the finder in another Application.
I do this often enough that I made this Automator Service to help me go straight to the Choose Other application Dialogue rather than use the Mouse and menu Navigation.
[wce_code id=”10″]
If there are times when you want to close or open in one fell swoop, all the on screen Alerts and banners that Notification centre has populated your screen with. But could not find a way.
One way you can is by creating an Automator service to run the below Applescripts and give them a keyboard shortcut in the System Preferences Keyboard shortcuts to do so.
Here is how.
Continue reading “Close/Open all Notification Centre Alerts and Banners with a Keyboard Shortcut”
Apples built in ‘Change picture – random order’ option for your desktop Pictures is great.
But what happens if you have more than one Screen/Monitor. Well each screen needs you to turn this on separately . And the pictures for each screen will be independently random from each other.
We can fix that using Applescript and LaunchAgents we can turn off the above and make each desktop picture change to a random image at a set interval and be the same image on each desktop.
Each desktop changes to the same image. If I switch to a new space on a desktop it’s image will change when the time comes.
Heres how..
Continue reading “Sync random order Pictures on Multi Screen Desktops.”
Ever wanted to be notified when a certain wifi network becomes available?.
Maybe you are at University and the wifi goes up and down randomly. Just like the person I originally wrote this code for who is charged for mobile data when using their iPhone as personal hotspot during the Uni. wifi outage.
Here is a simple way of doing just that.
Continue reading “Get Notification when a specific wifi network becomes available”
Some of you may know that Skype have an API that you can access via Applescript. To do such tasks as send sms text messages.
You may have found that for some unexplained reason this has stopped working?
I just noticed a post on cult of mac which showed how to make a new Automator ” System Service To Save Text to Notes.app In Mountain Lion”
It is a nice idea but I was surprised that the Author used a copy to clipboard Automator Action along with a Run Applescript action
There is some redundancy in this workflow as well as unnecessary GUI commands.
Continue reading “Make a new note in note.app from selected text.”
I wrote an Applescript for a Mail.app Rule that will Automatically Save Attachments in Mail.app .
(* For Yosemite : please see Reported issues below *)
Continue reading “Automatically Save Attachments in Mail.app”
This is a simple idea of how to control your Mac from your iPhone or iPad or another Mac any where just use Dropbox and Hazel .
Hazel watches whatever folders you tell it to, automatically organizing your files according to the rules you create. It features a rule interface similar to that of Apple Mail so you should feel right at home. Have Hazel move files around based on name, date, type, what site/email address it came from (Safari and Mail only) and much more. Automatically put your music in your Music folder, movies in Movies. Keep your downloads off the desktop and put them where they are supposed to be
Create a folder in dropbox :
Continue reading “Control your Mac from any where with Hazel and Dropbox”
A simple use of Applescript to get PID (unix id of processes ) and kill one Application if another is not running.
Continue reading “Applescript – Quit or Launch Application if another is or is not running”