python
python copied to clipboard
Official Albert Python plugins
This is a (very) simple module that allows to sample random numbers from Albert. It allows drawing several integers in a defined range. I use it for dice rolls.
Hi Guys, i've created a note taking extension for albert, more on that: https://github.com/lneute/note-app Hope you guys like it.
# Albert Local Bookmark Plugin Open the URLs defined in the local plain text file. ## The format of the bookmark file ``` # Keyword 1 http://example1.com # Keyword 2,...
I have done a rewrite of my previous implementation into the new API, I know it is a more complex plugin than the other options, but my long standing goal...
Reopening of https://github.com/albertlauncher/python/pull/190
This Python plugin lets you browse and open your Zed Editor Workspaces at the speed of thought! Repo: https://github.com/HarshNarayanJha/albert_zed_workspaces #### Technical Description There is the database file at `~/.local/share/zed/db/0-stable/db.sqlite`. I...
Hi, I would like to share my little albert plugin useful to generate random strong passwords. Since it is my first plugin for albert, I open it as draft so...