Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lnsoso/AlfredWorkflow.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search, Install and Share, No Need to Reinvent the Wheel.

(Alfred 2 powerpack required)

Also you can Fork or Starthis repo(/Sources) to get some inspiration in coding new workflows yourself.

Workflows' JSON API (new)

-- API info --

  • Download Link by Author = workflow-download-link
  • (Important!) Backup download link on Github = https://raw.github.com/hzlzh/AlfredWorkflow.com/master/Downloads/Workflows/ + workflow-file

[PHP]demo:

<?php
    $json = file_get_contents( 'https://raw.github.com/hzlzh/AlfredWorkflow.com/master/workflow-api.json');
    $obj=json_decode($json);
    var_dump($obj);
?>

Repo path

--- 
 |---- Downloads/             .alfredworkflow files for download mirror   
 |---- Sources/               source code(Learn from others' code)                 
 |---- index/                 part of index page

Submit your workflows

  • Submit Alfred 2 Workflows -> here
  • Submit Alfred 2 Themes -> Commmming soon!

Tips

  • You can share a workflow with link like this:
    http://www.alfredworkflow.com/#Dev%20Doctor
    http://www.alfredworkflow.com/#Translation

  • If you want to update a workflow under /Downloads, just make a pull request

  • More wiki on submit page

About

A list of Alfred Workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published