Forrest logo
back to the gnome-extensions tool

gnome-extensions:tldr:c4dc6

gnome-extensions: Display information about a specific extension.
$ gnome-extensions info "${extension_id}"
try on your machine

This command is used to get information about a specific GNOME Shell extension.

Here's how the command works:

  1. gnome-extensions is the command-line tool provided by GNOME for managing GNOME Shell extensions.
  2. info is one of the subcommands of gnome-extensions, which is used to get information about a specific extension.
  3. ${extension_id} is a placeholder for the unique identifier (ID) of the extension you want to get information about. You need to replace ${extension_id} with the actual ID of the extension you are interested in.

To use the command, you would run it in a terminal and replace ${extension_id} with the ID of the extension you want to get information about. The command will then provide details about the extension, such as its name, description, version, author, and any other relevant information.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the gnome-extensions tool