Skip to content

Instantly share code, notes, and snippets.

-- IMStatus
-- version 2.0, Lantrix (http://techdebug.com)
-- idea conceived from script by Jason Kenison "theWebGuy" Blog at:
-- http://www.jasonkenison.com/blog.html?id=22
(*
Copyright (c) 2008, TechDebug.com
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@1-50
1-50 / Texpansion
Created December 24, 2013 05:23
enter a shorthand create a text expansion automagically of the clipboard text in Mavericks OS X 10.9
set snip to text returned of (display dialog "Smart. Text-Expansions." default answer "Enter the shorthand" with title "Saved a few minutes" with icon note) ¬
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.keyboard"
activate
tell application "System Events"
tell application process "System Preferences"
tell tab group 1 of window "keyboard"
click radio button 2
(*
Add to Reading List
Script for Apple Mail to find http and https links in emails and add them to Safari's Reading List automatically.
Best practice: setup with "any recipient contains '+reading'". Actions "mark as read", "execute AppleScript", "delete message", "stop evaluating rules"
Created by Andreas Zeitler on 2012-10-07
Mac OS X Screencasts. www.macosxscreencasts.com
*)