useful applescripts worth sharing
Fetching latest commit…
![]()
Cannot retrieve the latest commit at this time
|
|
eventscripts | ||
|
|
snipits/00_Core_Language | ||
|
|
README | ||
|
|
disable_iphoto_sharing.applescript | ||
|
|
enable_iphoto_sharing.applescript | ||
|
|
switch_browsers.applescript | ||
|
|
toggle_iphoto_sharing.applescript |
=== Applescripts
I wanted a place to share my applescripts.
=== Scripts
toggle_iphoto_sharing.applescript
------------------------------
-This will use gui scripting to toggle the sharing of your iphoto library
- osascript toggle_iphoto_sharing.applescript "disable" "no"
- the first param is the status to set sharing to - disable or enable
- the second param is whether or not to start iPhoto to make the change
Note: iPhoto must be running for this script to change anything
enable_iphoto_sharing.applescript
-------------------------------
- a wrapper script to help using toggle_iphoto_sharing.applescript with controlplane (http://www.controlplaneapp.com/)
disable_iphoto_sharing.applescript
--------------------------------
- same as enable script above
switch_browsers.applescript
--------------------------------
- This script will take the current Chrome page, and load in Safari.