Forrest logo
back to the gist tool

gist:tldr:61229

gist: List your public and private gists.
$ gist --list
try on your machine

The command "gist --list" is used to list all the public Gists associated with the GitHub account.

GitHub Gist is a service provided by GitHub that allows users to share and collaborate on code snippets, notes, and other small pieces of text. Each Gist is given a unique URL and can be public or private.

When you run the command "gist --list", it queries the GitHub server for the list of public Gists associated with the authenticated account. It will then display the details of each Gist, such as its unique ID, name, description, URL, and other relevant information. This allows you to view and access the public Gists you have created or those shared by others.

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 gist tool