tldr/pages/linux/gnome-extensions.md
Vitor Henrique 46a054215a
pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

33 lines
685 B
Markdown

# gnome-extensions
> Manage gnome extensions from the terminal.
> More information: <https://wiki.gnome.org/Projects/GnomeShell/Extensions>.
- List all the installed extensions:
`gnome-extensions list`
- Display information about a specific extension:
`gnome-extensions info "{{extension_id}}"`
- Enable a specific extension:
`gnome-extensions enable "{{extension_id}}"`
- Disable a specific extension:
`gnome-extension disable "{{extension_id}}"`
- Uninstall a specific extension:
`gnome-extension uninstall "{{extension_id}}"`
- Display help for a specific subcommand (like `list`):
`gnome-extensions help {{subcommand}}`
- Display version:
`gnome-extensions version`