Skip to content

peteokma/alfred-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Alfred Workflows Various workflows and utilities for Alfred 2 Beta

##Workflows:

  • wiki: Wikipedia auto-complete search
  • pyshell: Evaluates python code and copies result to clipboard

##Utilities

  • feedback: Class for creating python Feedback for Alfred script filter

    from alfred_utils import feedback
    fb = feedback.Feedback()
    fb.add_item('Hello', 'World')
    fb.add_item('Foo', 'Bar')
    print fb

Install

Run the linker.sh script to create symbolic for all workflows

sh linker.sh

Alternatively you can create alfredworkflow file by zipping any individual workflow

cd workflows/pyshell; zip -r pyshell.alfredworkflow .

About

Workflows for Alfred 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published