Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 857 Bytes

tutorial.rst

File metadata and controls

37 lines (24 loc) · 857 Bytes

Tutorial

This is a two-part tutorial on writing an Alfred 2 workflow with Alfred-Workflow, taking you through the basics to a full-featured workflow ready to share with the world.

Part 1: A Basic Pinboard Workflow

In which we build an Alfred workflow to view recent posts to Pinboard.

If you're new to Alfred and/or coding in general, start here.

.. toctree::
   :maxdepth: 3

   tutorial_1

Part 2: A Distribution-Ready Pinboard Workflow

In which we make our Pinboard workflow ready for the masses.

Demonstrates more advanced usage of Alfred-Workflow and a few workflow tricks that might also be of interest to intermediate Pythonistas.

.. toctree::
   :maxdepth: 3

   tutorial_2