This repository is shipped with Albert. Credits go to our contributors 👍
- Fork this repository.
- Clone it into the Python user plugin location.
# on linux git clone https://github.com/<username>/python.git ~/.local/share/albert/python/plugins # on macos git clone https://github.com/<username>/python.git ~/Library/Application\ Support/albert/python/plugins
- Open the directory in your favorite IDE (PyCharmCE is a good choice).
- Write your plugin (Make sure it is upstream-polished-enough though). This repository ships a python stub file which gives you coding assistance.
- Commit, push, send a PR.