Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

atomicptr/alfred.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alfred.py

Lightweight Python binding for Alfred workflows.

How to use it

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)

Workflows using alfred.py

You want to add your workflow here? Just write me a mail ;).

Licence

This binding is licenced under the terms of the MIT Licence

About

Lightweight Python binding for Alfred workflows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages