Modern Alfred workflow library for Python3.
Note
This project is based on deanishe/alfred-workflow, and make it compatible with Python3.
Currently, the test passed on Python3.7~3.11.
Install uaflred
directly into your workflow with:
pip install --target=/path/to/my/workflow ualfred
For full usage documentation, see the origin project docs. And don't forget to replace import statements from workflow
to ualfred
:
# replace this:
# from workflow import *
# to
from ualfred import *