ugol / pomodoro

Time management for your Mac
http://pomodoro.ugolandini.com
881 stars 238 forks source link

Chose an applescript file instead of using a text field #229

Open AlexanderWillner opened 13 years ago

AlexanderWillner commented 13 years ago

It would be nice if one could chose an applescript file instead of copy & paste & maintain (the same code) into tiny text fields ;)

ugol commented 13 years ago

In 0.31 you mean? In newer versions you now have a full applescript editor with syntax highlighting

AlexanderWillner commented 13 years ago

I agree that there is also an editor. Still, what if you want to a) use the same script for different events, b) use the same script for different applications, c) include the script into a backup (currently they are stored in a plist file I guess) d) do changes at this script only at one single place. I think it's wonderful that you've implemented applescript support! But it might be a better approach to invoke files instead of saving different long strings into your application preferences.