mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
gnome-extensions: add page (#4652)
This commit is contained in:
parent
c9db672e4d
commit
c5f2b57ef1
1 changed files with 32 additions and 0 deletions
32
pages/linux/gnome-extensions.md
Normal file
32
pages/linux/gnome-extensions.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# gnome-extensions
|
||||
|
||||
> Manage gnome extensions from the terminal.
|
||||
> More information: <https://wiki.gnome.org/Projects/GnomeShell/Extensions>.
|
||||
|
||||
- Display the version:
|
||||
|
||||
`gnome-extensions version`
|
||||
|
||||
- List all the installed extensions:
|
||||
|
||||
`gnome-extensions list`
|
||||
|
||||
- Display information about a specific extension:
|
||||
|
||||
`gnome-extensions info "{{extension_id}}"`
|
||||
|
||||
- Display help for a subcommand (like `list`):
|
||||
|
||||
`gnome-extensions help {{subcommand}}`
|
||||
|
||||
- Enable a specific extension:
|
||||
|
||||
`gnome-extensions enable "{{extension_id}}"`
|
||||
|
||||
- Disable a specific extension:
|
||||
|
||||
`gnome-extension disable "{{extension_id}}"`
|
||||
|
||||
- Uninstall a specific extension:
|
||||
|
||||
`gnome-extension unistall "{{extension_id}}"`
|
Loading…
Add table
Reference in a new issue