https://github.com/machu-gwu/afwf_example-project
Alfred Workflow example project based on afwf python library
https://github.com/machu-gwu/afwf_example-project
alfred alfred-workflow python tutorial workflow
Last synced: 7 months ago
JSON representation
Alfred Workflow example project based on afwf python library
- Host: GitHub
- URL: https://github.com/machu-gwu/afwf_example-project
- Owner: MacHu-GWU
- Created: 2023-01-28T23:34:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T20:12:04.000Z (about 2 years ago)
- Last Synced: 2025-01-18T22:53:16.623Z (about 1 year ago)
- Topics: alfred, alfred-workflow, python, tutorial, workflow
- Language: Python
- Homepage:
- Size: 321 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. image:: https://readthedocs.org/projects/afwf-example/badge/?version=latest
:target: https://afwf-example.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://github.com/MacHu-GWU/afwf_example-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/afwf_example-project/actions?query=workflow:CI
.. image:: https://codecov.io/gh/MacHu-GWU/afwf_example-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/afwf_example-project
.. image:: https://img.shields.io/pypi/v/afwf-example.svg
:target: https://pypi.python.org/pypi/afwf-example
.. image:: https://img.shields.io/pypi/l/afwf-example.svg
:target: https://pypi.python.org/pypi/afwf-example
.. image:: https://img.shields.io/pypi/pyversions/afwf-example.svg
:target: https://pypi.python.org/pypi/afwf-example
.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
:target: https://github.com/MacHu-GWU/afwf_example-project/blob/main/release-history.rst
.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/afwf_example-project
------
.. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://afwf-example.readthedocs.io/en/latest/
.. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://afwf-example.readthedocs.io/en/latest/py-modindex.html
.. image:: https://img.shields.io/badge/Link-Install-blue.svg
:target: `install`_
.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
:target: https://github.com/MacHu-GWU/afwf_example-project
.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/afwf_example-project/issues
.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/afwf_example-project/issues
.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/afwf-example#files
Welcome to ``afwf_example`` Documentation
==============================================================================
📔 See `Full Documentation HERE `_.
这是一个用来 Demo 使用 `afwf `_ 框架来开发 Alfred Workflow 的最佳实践的项目. 你可以通过这个项目来学习如何使用 ``afwf`` 框架. 并且, 我还提供了一个 `cookiecutter-afwf `_ 的项目模板, 你仅仅需要指定一个新的项目名字, 项目模板就能自动生成一个 Git 仓库, 包含了你使用 ``afwf`` 框架所需要的一切自动化脚本, 和示例代码.