Jump to content

alfredo

Member
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Like
    alfredo got a reaction from bfolberth in Google Chrome Tab Search (Workflow)   
    This workflow allows you to search tabs open in Google Chrome, and bring them into focus. Still need more work, but I wanted some feedback.
     
    Source: https://github.com/peteokma/alfred-workflows/tree/master/workflows/chrometabs
     
    Workflow: http://d.pr/f/YnVl
     

     

  2. Like
    alfredo reacted to robhor in Drill-Down Menus: Movie search (OMDb-API) & Alfred Repo   
    Hey,   I was experimenting with workflows that allowed "drilling down" into an result to provide more options, and here's what I came up with.   Firstly, a workflow that uses omdbapi.com to search for movies, actioning a result shows you more information and actions.   Download: here or via AlfPT     As a second workflow using this I built an alternative client workflow to Tom Hunt's Alfred Workflow repository. It has some performance improvements over the "official" AlfPT workflow, and a few extras like updating all workflows, uninstalling and opening workflow folder from within the workflow.    
    Download: here or via AlfPT
  3. Like
    alfredo got a reaction from mlgill in Wikipedia Auto Complete Workflow (Python)   
    Attached is a simple Wikipedia auto complete workflow.

    -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
  4. Like
    alfredo got a reaction from twinpeaks in Python Shell Workflow   
    This workflow evaluates 1-line python expressions, and displays the results in real time, upon selection the result is copied to the clipboard.
     
     

     

     

     

     
     
    You can download the workflow here. 
    -http://d.pr/f/vvBD
     
    Enjoy!
  5. Like
    alfredo got a reaction from palobo in Python Shell Workflow   
    This workflow evaluates 1-line python expressions, and displays the results in real time, upon selection the result is copied to the clipboard.
     
     

     

     

     

     
     
    You can download the workflow here. 
    -http://d.pr/f/vvBD
     
    Enjoy!
  6. Like
    alfredo got a reaction from segphault in Python Shell Workflow   
    This workflow evaluates 1-line python expressions, and displays the results in real time, upon selection the result is copied to the clipboard.
     
     

     

     

     

     
     
    You can download the workflow here. 
    -http://d.pr/f/vvBD
     
    Enjoy!
  7. Like
    alfredo got a reaction from palobo in Wikipedia Auto Complete Workflow (Python)   
    Attached is a simple Wikipedia auto complete workflow.

    -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
  8. Like
    alfredo got a reaction from franzheidl in Wikipedia Auto Complete Workflow (Python)   
    Attached is a simple Wikipedia auto complete workflow.

    -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
  9. Like
    alfredo got a reaction from drking in Wikipedia Auto Complete Workflow (Python)   
    Attached is a simple Wikipedia auto complete workflow.

    -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...