Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

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.

Prerequisite

Installation

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

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

License

MIT

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp