1
0
Fork 0
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:
Bhaskar 2020-10-12 18:34:25 +05:30 committed by GitHub
parent c9db672e4d
commit c5f2b57ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}"`