Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/albertlauncher/python
- Owner: albertlauncher
- Created: 2017-10-19T21:42:50.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T23:14:51.000Z (5 months ago)
- Last Synced: 2024-06-26T16:30:20.126Z (5 months ago)
- Topics: albertlauncher, plugins
- Language: Python
- Homepage: https://albertlauncher.github.io/
- Size: 1.74 MB
- Stars: 157
- Watchers: 7
- Forks: 149
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.