gsem
gsem - Command line extension manager for Gnome-Shell
usage: gsem [-h]
{ls,enabled,disabled,outdated,info,install,reinstall,uninstall,update,search,enable,disable}
...
Gnome-Shell extension manager
positional arguments:
{ls,enabled,disabled,outdated,info,install,reinstall,uninstall,update,search,enable,disable}
ls list installed extensions
enabled list enabled extensions
disabled list disabled extensions
outdated list outdated extensions
info show extension information
install install extension
reinstall reinstall extension
uninstall uninstall extension
update update extensions
search search extensions
enable enable extension
disable disable extension
optional arguments:
-h, --help show this help message and exit
Installation
User installation (recommended)
Run pip install --user gsem
Make sure you have "$HOME/.local/bin" in your $PATH.
Global installation
Run sudo pip install gsem
Updating the package
Run pip install -U --user gsem for user installation or sudo pip install -U gsem for global installation.
Features:
- list installed
- list enabled/disabled
- list outdated
- extension info
- search
- enable/disable
- install/uninstall/reinstall
- update
Contributing
Development on latest python version is preferred, as of now it's 3.9. To start you'll need the following setup:
Example uses pyenv to install latest python and manage virtualenv. Run the following commands from the root of the repository.
pyenv install 3.9.2 # install latest python version
pyenv virtualenv 3.9.2 gsem # create gsem virtual environment
pyenv activate gsem # activate the venv
pyenv local gsem # set local python version for the repo
poetry install # install all dependencies inside the virtual environment
pre-commit install # install pre-commit hooks
Run all the linters:
pre-commit run -a
TODO:
- pin
Release files for gsem 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gsem-0.2.3.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gsem-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.3 kB
Release files / gsem-0.2.3.tar.gz
| Download URL | gsem-0.2.3.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9ed4c2b0a7ce78fb2e0024b5e36aa7990f634394cc7b6ceaeb94b93235bb1ab3
|
|
BLAKE2b-256 checksum How to use checksums |
798d614cd7ca58582a3c73018b8af42eeb0cd36663cff9586532a1f5715bd14c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.11.3 Linux/6.2.0-20-generic
|
Release files / gsem-0.2.3-py3-none-any.whl
| Download URL | gsem-0.2.3-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
006b3962ec6599bbb4498a5acabe05b563798a8002f1e6fbf4bb0c6a3a041261
|
|
BLAKE2b-256 checksum How to use checksums |
ede2e6a5144229a6da7e5c21c36e0224a02d39e389a51c942e68b55f6b66095a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.11.3 Linux/6.2.0-20-generic
|