Skip to content

fralonra/gistar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gistar

A golang tool to fetch a list of your starred repositories on Github, and output it to a markdown document. Inspired by starred and repogen.

Usage

go get github.com/fralonra/gistar

A basic example:

gistar username > output.md

This will generate an output.md with all your starred repositories inside.

Flags

Flag Description Type Default
-d Hide description. bool false
-f Hide forks. bool false
-l Hide language. bool false
-s Hide stars. bool false
-w Hide watches. bool false
-sort How to sort the repository list. Available values: 'created', 'updated', 'pushed', 'full_name' and 'lang'. The first four values are options for go-github. By default, the value is lang, and it will sort repositories by their top language. string 'lang'
-stl Badget styles. Available values: 'flat', 'flat-square', 'for-the-badget', 'plastic' and 'social'. See here for more infomation. string 'flat'
gistar -f -l -s -w username > output.md

The above command will generate a file with only description for the repository.

Example

gistar fralonra > README.md

You can check the output README.md here.

About

A tool to get your starred repositories on Github, and output it to a markdown document.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages