Jump to content

alfredo

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by alfredo

  1. Attached is a simple Wikipedia auto complete workflow.

    jW1xc.png

    -Download: http://d.pr/f/no3O

     
    For those like myself who prefer scripting in Python, the following class makes generating feedback easy

    -View/Download: http://d.pr/f/GMO8

     

    Example Usage:

    from alfred import Feedback
    fb = Feedback()
    fb.add_item("Hello World", subtitle="Simple Greeting")
    fb.add_item("Foo", subtitle="Bar", icon="foobar.icon", arg="foobar")
    print fb

     

    Enjoy

×
×
  • Create New...