ualfred

Modern Alfred workflow library for Python3


Keywords
alfred, alfred-workflow, python3, alfred4, python
License
MIT
Install
pip install ualfred==2.0.1

Documentation

Alfred-Workflow logo

ualfred

Modern Alfred workflow library for Python3.

Note

This project is based on deanishe/alfred-workflow, and make it compatible with Python3.

GitHub Workflow Status codecov PyPI PyPI - Python Version GitHub

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 *