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 days 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-11-18T13:06:17.000Z (26 days ago)
- Last Synced: 2024-12-03T18:29:25.903Z (10 days ago)
- Topics: albertlauncher, plugins
- Language: Python
- Homepage: https://albertlauncher.github.io/
- Size: 1.73 MB
- Stars: 164
- Watchers: 6
- Forks: 162
- Open Issues: 5
-
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).
* The Python plugins plugin installs a python stub file in your user plugin directory. This file serves as API documentation and gives you coding assistance if you are using a decent IDE.
* Write your plugin. Make sure it is polished (No bugs, few to no linting warnings, efficient, readable, maintainable, …).
* Commit, push, send a PR.