mhamilt / AppleScript

A wee collection of useful applescripts I've collected over time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applescripts

A wee collection of useful applescripts I've collected over time.

For those unfamiliar with Applescript syntax a really handy codex for python users can be found here: http://aurelio.net/articles/applescript-vs-python.html

Apple's documentation can be found here: https://developer.apple.com/library/content/documentation/AppleScript/Conceptual/AppleScriptX/Concepts/work_with_as.html#//apple_ref/doc/uid/TP40001568-BABEBGCF

Script list

All scripts can be run via:

IPviaEmail

This script sends the WAN IP address of your machine to a specified email address. If, like me, you have a MacMini sitting at home as a server, this script can be connected to a mac Mail rule for easy update of IP address.

This is mainly for those who are too lazy to organise a static IP but would like remote access of their machine

IPviaText

Same as IPviaEmail but will send an iMessage instead. Only useful if you have an iPhone. This script exhibits a slightly different way of parsing the WAN IP from checkip.dyndns.org

About

A wee collection of useful applescripts I've collected over time.


Languages

Language:AppleScript 100.0%