- Notifications
You must be signed in to change notification settings - Fork0
Create a gist containing a list of your gists
License
NotificationsYou must be signed in to change notification settings
cslee/list-my-gists
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
list-my-gists
is a command for you to generate a list of your gists with links. The list will be saved into a new gist under your github account.
By default, it will create apublic gist of all your public gists, and asecret gist of all your secret gists.
- Installgist command
- Log in with
gist --login
(or refer to itsdocument)
You can install list-my-gists via eithercurl
orwget
Via curl
sudo curl -fsSL -o /usr/local/bin/list-my-gists https://raw.githubusercontent.com/cslee/list-my-gists/master/list-my-gists.shsudo chmod +x /usr/local/bin/list-my-gists
Via wget
sudo wget --no-verbose https://raw.githubusercontent.com/cslee/list-my-gists/master/list-my-gists.sh -O /usr/local/bin/list-my-gistssudo chmod +x /usr/local/bin/list-my-gists
Usage: list-my-gists [options...]Options: -p, --public-only Create (or update) a public list of my public gists (default enabled) -s, --secret-only Create (or update) a secret list of my secret gists (default enabled) -ps, --public-and-secret Create (or update) a secret list of my public & secret gists --no-signature Do not include signature in the gist created