mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 22:51:09 +00:00
Update cheatsheets
This commit is contained in:
37
linux/gnome-extensions
Normal file
37
linux/gnome-extensions
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user