https://github.com/denvercoder1/dice-roll-albert-ext
Albert launcher extension for rolling dice.
https://github.com/denvercoder1/dice-roll-albert-ext
albert albert-extensions albertlauncher dice-roller linux productivity
Last synced: about 2 months ago
JSON representation
Albert launcher extension for rolling dice.
- Host: GitHub
- URL: https://github.com/denvercoder1/dice-roll-albert-ext
- Owner: DenverCoder1
- License: mit
- Created: 2021-11-17T01:45:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T00:48:35.000Z (over 3 years ago)
- Last Synced: 2025-01-16T00:40:17.389Z (3 months ago)
- Topics: albert, albert-extensions, albertlauncher, dice-roller, linux, productivity
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dice-roll-albert-ext
[](https://discord.gg/fPrdqh3Zfu)
[](https://github.com/DenverCoder1/dice-roll-albert-ext/blob/main/LICENSE)
[](https://github.com/psf/black)Extension for rolling dice in [Albert launcher](https://albertlauncher.github.io/)

## Installation
1. 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.)
2. Clone this repository into your `modules` directory.
```bash
cd /path/to/modulesgit clone https://github.com/DenverCoder1/dice-roll-albert-ext.git
```3. Enable the extension in the settings under `Extensions > Python`.

## Usage
Roll any number of dice using the format `_d_`.
Synopsis: `d [d ...]`
Example: `"2d6 3d8 1d20"`
## Contributing
If you have any questions, suggestions, or issues, please feel free to open an issue or pull request.
## Support
💙 If you like this project, give it a ⭐ and share it with friends!
[☕ Buy me a coffee](https://ko-fi.com/jlawrence)