{"id":13561556,"url":"https://github.com/fralonra/gistar","last_synced_at":"2026-04-30T10:05:24.377Z","repository":{"id":57709105,"uuid":"125383670","full_name":"fralonra/gistar","owner":"fralonra","description":"A tool to get your starred repositories on Github, and output it to a markdown document.","archived":false,"fork":false,"pushed_at":"2018-03-16T06:31:55.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T15:33:53.296Z","etag":null,"topics":["github","starred-repositories"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fralonra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-15T14:57:42.000Z","updated_at":"2021-09-14T01:07:13.000Z","dependencies_parsed_at":"2022-09-26T21:20:48.724Z","dependency_job_id":null,"html_url":"https://github.com/fralonra/gistar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fralonra%2Fgistar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fralonra%2Fgistar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fralonra%2Fgistar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fralonra%2Fgistar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fralonra","download_url":"https://codeload.github.com/fralonra/gistar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655541,"owners_count":20974196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","starred-repositories"],"created_at":"2024-08-01T13:00:58.273Z","updated_at":"2026-04-30T10:05:19.343Z","avatar_url":"https://github.com/fralonra.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# gistar\n\nA golang tool to fetch a list of your starred repositories on Github, and output it to a markdown document. Inspired by [starred](https://github.com/maguowei/starred) and [repogen](https://github.com/skyjia/repogen).\n\n## Usage\n\n```bash\ngo get github.com/fralonra/gistar\n```\n\nA basic example:\n```bash\ngistar username \u003e output.md\n```\nThis will generate an `output.md` with all your starred repositories inside.\n\n### Flags\n| Flag | Description | Type | Default |\n| --- | --- | --- | --- |\n| -d | Hide description. | bool | false |\n| -f | Hide forks. | bool | false |\n| -l | Hide language. | bool | false |\n| -s | Hide stars. | bool | false |\n| -w | Hide watches. | bool | false |\n| -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](https://godoc.org/github.com/google/go-github/github#RepositoryListOptions). By default, the value is `lang`, and it will sort repositories by their top language. | string | 'lang' |\n| -stl | Badget styles. Available values: 'flat', 'flat-square', 'for-the-badget', 'plastic' and 'social'. See [here](https://shields.io/) for more infomation. | string | 'flat' |\n\n```bash\ngistar -f -l -s -w username \u003e output.md\n```\nThe above command will generate a file with only description for the repository.\n\n## Example\n\n```bash\ngistar fralonra \u003e README.md\n```\n\nYou can check the output `README.md` [here](https://github.com/fralonra/gistar/tree/master/examples/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffralonra%2Fgistar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffralonra%2Fgistar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffralonra%2Fgistar/lists"}