User Guide¶
This section describes how to use the features of Alfred-PyWorkflow.
If you’re new to writing workflows or coding in general, start with the Tutorial.
Tip
If you’re writing a workflow that uses data from the system
(e.g. from files/the filesystem or via command-line programs
called via subprocess
), please read Encoded bytest and strings,
which describes how to handle data from sources other than
Alfred-PyWorkflow’s APIs.
- Workflow setup and skeleton
- Including 3rd party libraries
- Persistent data
- Searching/filtering data
- Retrieving data from the web
- Notifications
- Background processes
- Self-updating
- Versioning and migration
- System icons
- “Magic” arguments
- Workflow variables
- Serialization of stored/cached data
- Re-running a Script Filter
- Encoded bytest and strings