A collection of Applescript scripts, hints and resources, and a listing of my publicly available Applescripts.
CategoryApplescript CategoryLanguage
Page Tree
- CategoryApplescript
- CategoryShell
- Computer
- Computer/AddressBook
- Computer/AddressBook/ContactsToGmail
- Computer/AppleMail/SpamfreeSignature
- Computer/Applescript
- Computer/Applescript/IPLogger
- Computer/Applescript/Menu
- Computer/Applescript/RunPeriodicScript
- Computer/Applescript/UrlRedirect
- Computer/MacOsx/CharacterPalette
- Computer/MacOsx/ClearDesktopIcons
- Computer/MacOsx/ConfigureCronnix
- Computer/MacOsx/DesktopPictureInterval
- Computer/MacOsx/DesktopScreensaver
- Computer/MacOsx/IdenticallyNamedDisks
- Computer/MacOsx/KeyboardViewer
- Computer/MacOsx/Printer
- Computer/MacOsx/QuitFinder
- Computer/MacOsx/SetCreationDate
- Computer/MacOsx/ShowHiddenFiles
- Computer/Shell/IconifyImages
- Computer/iTunes/MP3Tags
To enable Applescript in Preview.app use this Terminal command:
defaults write /Applications/Preview.app/Contents/Info NSAppleScriptEnabled -bool YES
Comments
| Gnarlodious | I see. On this server the file is at /usr/local/lib/python2.4/site-packages/MoinMoin/config.py I will work on this later. |
2007-08-31 09:39:25 X | ||
| bzq-219-206-31 | url_schemas is NOT configurable through your config. You have to edit /path/to/python/site-packages/MoinMoin/config.py. |
2007-08-30 16:36:40 X | ||
| Gnarlodious | I don't know what's wrong, I have this in my config: bang_meta = 1 tz_offset = -6 show_version = 0 url_schemas = ['applescript'] show_version = 0 I don't actually have Script Editor on my machine, but my experience with the protocol is that it will also launch Script Debugger. |
2007-08-28 15:04:23 X | ||
| bzq-219-206-31 | This works for me on 1.3.5: 1. Add applescript scheme to MoinMoin/config.py {{{ url_schemas = ['applescript'] }}} 2. Put this link on the page: applescript://com.apple.scripteditor |
2007-08-28 13:44:23 X | ||
