{"id":14155379,"url":"https://github.com/eggplants/gh-repos","last_synced_at":"2025-05-07T22:29:38.719Z","repository":{"id":104454722,"uuid":"439417013","full_name":"eggplants/gh-repos","owner":"eggplants","description":"Create list of specific user's public repos as json and csv","archived":false,"fork":false,"pushed_at":"2024-06-04T05:54:30.000Z","size":10,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T14:58:12.903Z","etag":null,"topics":["gh-extension"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/eggplants.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-17T17:51:03.000Z","updated_at":"2024-08-28T01:20:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"73fc265c-3b54-4292-a3ec-69c3978c7eab","html_url":"https://github.com/eggplants/gh-repos","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/eggplants%2Fgh-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fgh-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fgh-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fgh-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggplants","download_url":"https://codeload.github.com/eggplants/gh-repos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252964625,"owners_count":21832726,"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":["gh-extension"],"created_at":"2024-08-17T08:03:00.469Z","updated_at":"2025-05-07T22:29:38.699Z","avatar_url":"https://github.com/eggplants.png","language":"Shell","funding_links":[],"categories":["gh-extension"],"sub_categories":[],"readme":"# gh-repos\n\n- Create list of specific user's public repos as json and csv\n  - `\u003cuser\u003e.full.json`, `\u003cuser\u003e.summarized.json`, `\u003cuser\u003e.csv`\n- Improved version of [eggplants/gh-matome](https://github.com/eggplants/gh-matome)\n\n## Install\n\n```bash\ngh extension install eggplants/gh-repos\n```\n\n## Requirements\n\n- [curl/curl](https://github.com/curl/curl)\n- [stedolan/jq](https://github.com/stedolan/jq)\n\n## Usage\n\n```bash\ngh repos \u003cgh-username\u003e\n```\n\n## Run Example\n\n```shellsession\n$ gh repos eggplants\ncreated: 'eggplants.full.json', 'eggplants.summarized.json', 'eggplants.csv'\n$ head eggplants.full.json; echo ...\n[\n  {\n    \"id\": 394622349,\n    \"node_id\": \"MDEwOlJlcG9zaXRvcnkzOTQ2MjIzNDk=\",\n    \"name\": \"-scenario\",\n    \"full_name\": \"eggplants/-scenario\",\n    \"private\": false,\n    \"owner\": {\n      \"login\": \"eggplants\",\n      \"id\": 42153744,\n...\n$ head -11 eggplants.summarized.json; echo ...\n[\n  {\n    \"name\": \"eggplants/f_down\",\n    \"description\": \"futaba channel thread downloader via tsumanne\",\n    \"lang\": \"Ruby\",\n    \"fork\": false,\n    \"archived\": true,\n    \"star\": 1,\n    \"created_at\": \"2018-12-15T20:01:05Z\",\n    \"updated_at\": \"2020-12-17T18:13:34Z\"\n  },\n...\n$ head eggplants.csv; echo ...\n\"index\",\"name\",\"description\",\"lang\",\"fork\",\"archived\",\"star\",\"created\",\"updated\"\n\"0\",\"f_down\",\"futaba channel thread downloader via tsumanne\",\"Ruby\",\"false\",\"true\",\"1\",\"2018-12-15T20:01:05Z\",\"2020-12-17T18:13:34Z\"\n\"1\",\"18_prog2\",\"my answers in the class of \"\"Computer Programming Lab Ⅱ.\"\"\",\"Ruby\",\"false\",\"true\",\"0\",\"2019-01-19T07:24:36Z\",\"2020-01-11T07:35:49Z\"\n\"2\",\"markdowns\",\"This stores my useless markdown files...\",\"HTML\",\"false\",\"false\",\"0\",\"2019-01-24T14:53:55Z\",\"2020-01-26T00:55:09Z\"\n\"3\",\"eng_vocab\",\"https://eggplants.github.io/eng_vocab/\",\"HTML\",\"false\",\"true\",\"0\",\"2019-01-29T15:42:11Z\",\"2020-03-29T20:25:18Z\"\n\"4\",\"weblio_scrape\",\"fetch the data from \"\"https://ejje.weblio.jp/\"\" \u0026 scrape it\",\"Ruby\",\"false\",\"false\",\"0\",\"2019-01-31T20:52:22Z\",\"2019-09-14T13:34:14Z\"\n\"5\",\"twitter_app\",\"おもちゃ\",\"Python\",\"false\",\"false\",\"1\",\"2019-05-19T21:32:11Z\",\"2020-05-18T23:47:26Z\"\n\"6\",\"opac\",\"Exercises for \"\"Knowledge and Information Practice\"\": Building OPAC\",\"CSS\",\"false\",\"true\",\"0\",\"2019-06-23T13:40:18Z\",\"2021-09-06T11:35:27Z\"\n\"7\",\"meyasu\",,\"PHP\",\"false\",\"true\",\"0\",\"2019-07-11T06:33:33Z\",\"2020-04-26T13:55:10Z\"\n\"8\",\"gpa\",,\"Shell\",\"false\",\"false\",\"0\",\"2019-07-23T10:35:40Z\",\"2019-12-10T18:17:54Z\"\n...\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Fgh-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggplants%2Fgh-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Fgh-repos/lists"}