Remove this section, this is just FYI
- Open Alfred to check your workflow is visible
- Modify
main.py
- Add
icon.png
file and update icon in the workflow - Push to GitHub
- Release your first version
make release
👻 Important: when adding new file make sure to update SRC
variable at the top
of Makefile
🐍 Adding new python dependency:
-
Add it to the
_requirements.txt
(It's not called
requirements.txt
cause libraries are being installed in thelib
folder, and (at least) PyCharm complains about packages resolution) -
Install:
make pip
Next part is a suggested README
Download Alfred workflow and open it
Invoke Alfred and type hello <world>
make
It will create a alfred-ticktick-workflow
folder in your default Alfred
installation and add all required source files as symlinks.
Then just open Alfred on Workflows tab and you'll find it.
Made with Alfred-Workflow
Bootstrapped from alfred-python-template