19 lines
772 B
Markdown
19 lines
772 B
Markdown
# gnome-extension-download-url
|
|
|
|
A simple script to get the download URL of a GNOME Shell extension from its UUID.
|
|
|
|
## Installation
|
|
You can download the via pipx:
|
|
```bash
|
|
pipx install --index-url https://git.extrasolar.space/api/packages/marc/pypi/simple/ --pip-args="--extra-index-url https://pypi.org/simple" gnome-extension-download-ur
|
|
```
|
|
|
|
## Usage
|
|
```bash
|
|
gnome-extension-download-url [EXTENSION EXTENSION_VERSION] [GNOME_SHELL_VERSION] [-h|--help]
|
|
```
|
|
- `EXTENSION`: the extension UUID (e.g. gsconnect@andyholmes.github.io)
|
|
- `EXTENSION_VERSION`: the version of the extension (optional, default: latest, e.g. 66 or latest)
|
|
- `GNOME_SHELL_VERSION`: the version of GNOME shell (optional, default: latest, e.g. 46, 3.36 or latest)
|
|
- `-h`, `--help`: show help message
|