Lightweight Python binding for Alfred workflows.
Check out my example.py or look at this fancy example:
import sys
import Alfred
handler = Alfred.Handler(args=sys.argv)
handler.add_item(Alfred.Item(title="The cake is a lie!", subtitle="IMPORTANT: This item may contain a Portal spoiler! :P" icon="cake.png", uid="cake_is_a_lie", arg="CAKE_LIE"))
item = Alfred.Item(title="Title only!")
handler.add_item(item)
handler.push(max_results=4)
You want to add your workflow here? Just write me a mail ;).
This binding is licenced under the terms of the MIT Licence