Dan Bader
Dan Bader
Hey folks, these should all be fixed in the latest version that I just released: https://github.com/dbader/alfred-countdown-timer/commit/3f08bab53c5cbbb99dc7a707eefbdf23bd733db7 I removed the dependency on pyobjc altogether, since Alfred now has native support for...
First of all, my apologies for the spoiled tea ;-) I just checked to make sure that the .alfredextension package from the repo actually contains `timer.py` – and it does....
Maybe the current directory isn't set correctly when Alfred invokes the Python interpreter. I'm kinda clueless on how to debug this right now, though. Are you using the extension with...
@M165437: `NSUserNotification` is only available on OS X >= Mountain Lion (10.8). I've written the script specifically to work on Mountain Lion. But supporting Growl would certainly be desirable :-).
@trymbill The extension now uses `/usr/bin/python` instead of simply calling `python` (see #1). Maybe this also fixes your problem. Would you mind trying with a new cup of tea? ;-)
@rhacker, thanks for your suggestion. With Alfred v2 there should be a way to do this directly within Alfred's UI -- which would be the best / smoothest way to...
There's some information available on the Alfred homepage: http://support.alfredapp.com/workflows This extension interacts with the Alfred query window in a way that would be suitable for the timer as well: https://github.com/zhaocai/alfred2-top-workflow
They both seem to be Zip archives: ``` bash $ file Timer.alfred* Timer.alfredextension: Zip archive data, at least v2.0 to extract Timer.alfredworkflow: Zip archive data, at least v2.0 to extract...
Good idea!
Thanks -- pro-tip, when you click on the "big text area" it'll also clear the input field for you and focuses it: https://github.com/dbader/large-type.com/blob/bee339ad6a9f08c99e1f734dba7fefcc3ce8f4ab/scripts.js#L79-L86