ischaojie / ualfred

Modern Alfred workflow library for Python3.

Home Page:https://www.deanishe.net/alfred-workflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ualfred

GitHub Workflow Status codecov PyPI PyPI - Python Version

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 *

About

Modern Alfred workflow library for Python3.

https://www.deanishe.net/alfred-workflow/

License:Other


Languages

Language:Python 98.4%Language:Shell 1.5%Language:HTML 0.0%Language:Rich Text Format 0.0%