Welcome To Snipplr
Everyone's Recent AppleScript Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This script show/hide the hidden files and folders in your Mac OS X. It works in OS X 10.8 Mountain Lion, but I think it should work in 10.6 and 10.7, too.
0
333
posted 7 years ago by cappellin
This Applescript take the selected file in Finder and open it with Sublime Text 2 (~/bin/subl). Using Alfred you can bind a global hotkey for this script, so you can edit your files with just a keypress, without worrying about the default editor.
0
308
posted 9 years ago by bash
This Applescript take the selected file in Finder and open it with Sublime Text 2 (~/bin/subl). Using Alfred you can bind a global hotkey for this script, so you can edit your files with just a keypress, without worrying about the default editor.
0
298
posted 9 years ago by bash
Replace TRUE with FALSE if you want to hide the hidden files again.
0
307
posted 9 years ago by shuchii
Use from the directory you want to strip .svn folders from. This will run through all child folders and recursively remove any .svn folder.
0
235
posted 9 years ago by janlodey
Use this script in Automator, and make a Service of it. Then give the service a shortcut in System Preferences -> Keyboard
In the script you have to switch the "SETT_INN_API-KODE_FRA_PROWL_HER" with a Prowl API code (https://www.prowlapp.com/api_s...
0
275
posted 9 years ago by Macgeeky
AppleScript
Applescript - check if a menu item exists, if so click on it, then cmd+tab back to previous app
0
666
posted 10 years ago by brandonjp