Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albertlauncher/python

Official Albert Python plugins
https://github.com/albertlauncher/python

albertlauncher plugins

Last synced: 3 months ago
JSON representation

Official Albert Python plugins

Awesome Lists containing this project

README

        

## Official Albert Python plugin repository

This repository is shipped with Albert. Credits go to our contributors 👍



### Contribution

* Fork this repository.
* Clone it into the Python user plugin location.
```shell
# on linux
git clone https://github.com//python.git ~/.local/share/albert/python/plugins

# on macos
git clone https://github.com//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](https://github.com/albertlauncher/python/blob/master/albert.pyi) which gives you coding assistance.
* Commit, push, send a PR.