mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
32 lines
685 B
Markdown
32 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`
|