KO
|
EN
gitlite — search
Search
#typescript
#nodejs
#android
#javascript
#react
#game
#rust
#java
#csharp
#ios
#swift
#hacktoberfest
alfred-workflows
★ 27
Open GitHub ↗
Workflows for Alfred 2
Download README (.md)
Explore Similar Repositories
chrome-new-tab
:
New Tab page for Google Chrome
mocky
:
http mocking server with simple config written on nodejs
ndsplus
:
Linux support for the EMS NDS Adapter+
OxyPlot.2DGraphLib.MonoTouch
:
A MonoTouch port of the OxyPlot 2D Graph C# Library, with added support for iOS gestures (Pan & Pinch-Zoom).
tinytypetools
:
Fontforge scripts for typography hacking
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
alfred-workflows
?
Download (.md)
#Alfred Workflows Various workflows and utilities for [Alfred 2 Beta](http://v2.alfredapp.com/) ##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 ```python 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 .