
Just a small extension to control Growl.app within
Alfred.
You’ll need version +1.3 of Growl.
You can use the following keywords:
pause/p - Pauses Growl
resume/r - Resumes Growl
show/s - Shows the rollup
hide/h - Hides the rollup
enable/e - Enables the incoming network
disable/d - Disables the incoming network
status - Shows the current status of Growl
help/? - Lists these commands
Just download this extension, install it and it’s ready to use.
This extension is written in AppleScript.
If you experience any troubles with this, hit me on twitter.
Enjoy.
Changelog:
v1.2
-Added command to restart Growl
v1.1
-Added shorter keywords
-Added „status“-keyword
-Added an icon to the help and status windows
Here’s another fun thing to do with the Alfred Powerpack.
With this extension you are able to convert regular text to binary code. Or decode binary ASCII to human-readable text.
Just type “bin con ” into Alfred followed by either ” en” and the text you want to encode or ” de” and the text you want to decode.
This extension will do the conversion for you and copies the result to your clipboard.

| BinToASCII |
 |
This extension is written in AppleScript and does not require an internet connection to work; the conversion is done inside the script and does not rely on an extern service.
It also uses growl to notify you, when the script is done.
Enjoy.
UPDATE:
The extension uses Growl v1.3.
If you use a earlier version of growl, change
“tell application “Growl”” to
“tell application “GrowlHelperApp””

With this extension you’ll be able to share the song you are currently listening to on Twitter via Alfred.
What you’ll need:
The Alfred Powerpack to install the extension.
console_tweet, a pretty useful ruby gem.
To install console_tweet:
Open Terminal and type:
$ gem install console_tweet
(You need Xcode or GCC to execute the gem install command.)
After installing type:
$ twitter setup
…and follow the instructions.
After the gem is ready, download the extension.
The extension is written in AppleScript and is localized in Englisch and German.
It uses growl to notify you about the tweet.
If you experience any issues with the extension, contact my via twitter.
Enjoy.