{"id":37147571,"url":"https://github.com/kijimad/gclone","last_synced_at":"2026-01-14T17:24:38.709Z","repository":{"id":59994495,"uuid":"540357051","full_name":"kijimad/gclone","owner":"kijimad","description":"Literate git clone","archived":false,"fork":false,"pushed_at":"2023-09-18T09:44:42.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T02:18:42.984Z","etag":null,"topics":["cli","git-clone"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kijimad.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":"2022-09-23T08:56:14.000Z","updated_at":"2022-10-03T14:29:33.000Z","dependencies_parsed_at":"2024-06-20T18:45:23.178Z","dependency_job_id":null,"html_url":"https://github.com/kijimad/gclone","commit_stats":{"total_commits":73,"total_committers":1,"mean_commits":73.0,"dds":0.0,"last_synced_commit":"f3cf7fc1b24fcc5097e7c48afe7af535ee3f5bc2"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kijimad/gclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kijimad%2Fgclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kijimad%2Fgclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kijimad%2Fgclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kijimad%2Fgclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kijimad","download_url":"https://codeload.github.com/kijimad/gclone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kijimad%2Fgclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","git-clone"],"created_at":"2026-01-14T17:24:38.011Z","updated_at":"2026-01-14T17:24:38.704Z","avatar_url":"https://github.com/kijimad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![⚗️Check](https://github.com/kijimaD/gclone/actions/workflows/check.yml/badge.svg)](https://github.com/kijimaD/gclone/actions/workflows/check.yml)\n\n# gclone\n\n\u003cimg src=\"https://user-images.githubusercontent.com/11595790/192002784-3a72243d-2343-42d2-a8e5-581977faa382.jpg\" width=\"40%\" align=right\u003e\n\ngclone is literate `git clone` cli tool.\n\n```\n$ gclone\n────────────────────────\nSave dir: /root/Project1\nRepo count: 2\n────────────────────────\n⢿✔ git@github.com:fatih/color.git\n⡿✔ git@github.com:joho/godotenv.git\n\n────────────────────────\nSave dir: /root/Project2\nRepo count: 2\n────────────────────────\n⡿✔ git@github.com:kijimaD/my_go.git\n⣻✔ git@github.com:kijimaD/gin_hello.git\n\ndone!\nSuccess: 4\nFail: 0\nProcess: 8760ms\n```\n\n# Install\n\n```sh\n$ go install github.com/kijimaD/gclone@main\n```\n\n# How to use\n\n`gclone.yml` example\n\n```yaml\ngroups:\n  - dest: '~/Project/test0'\n    repos:\n      - git@github.com:kijimaD/my_go.git\n      - git@github.com:kijimaD/gin_hello.git\n  - dest: '~/Project/test1'\n    repos:\n      - git@github.com:fatih/color.git\n      - git@github.com:joho/godotenv.git\n```\n\nand run!(gclone.yml exist on current directory )\n```shell\n$ gclone\n```\n\n# Options\n\n-f: config file path\n```shell\n$ gclone -f dir/gclone.yml\n```\n\n# Docker\n\nThis command is for testing, not save result your disk. If you want to save disk, mount save directory.\n```shell\ndocker run --rm \\\n           -it \\\n           -v \"${PWD}\":/workdir \\\n           -v \"${HOME}/.ssh\":/root/.ssh \\\n           ghcr.io/kijimad/gclone:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkijimad%2Fgclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkijimad%2Fgclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkijimad%2Fgclone/lists"}