Extension for rolling dice in Albert launcher
- Locate the
modules
directory in the Python extension data directory.
The data directories reside in the data directories of the application defined by Qt. Hence on linux the modules would be looked up in the following directories (in this order):
~/.local/share/albert/org.albert.extension.python/modules
/usr/local/share/albert/org.albert.extension.python/modules
/usr/share/albert/org.albert.extension.python/modules
(Note: Double-clicking on a module in the settings will open the directory in the file manager.)
- Clone this repository into your
modules
directory.
cd /path/to/modules
git clone https://github.com/DenverCoder1/dice-roll-albert-ext.git
- Enable the extension in the settings under
Extensions > Python
.
Roll any number of dice using the format _d_
.
Synopsis: <amount>d<sides> [<amount>d<sides> ...]
Example: "2d6 3d8 1d20"
If you have any questions, suggestions, or issues, please feel free to open an issue or pull request.
💙 If you like this project, give it a ⭐ and share it with friends!