{"id":17252195,"url":"https://github.com/eagletmt/clg","last_synced_at":"2026-07-04T07:32:13.889Z","repository":{"id":38331636,"uuid":"103818043","full_name":"eagletmt/clg","owner":"eagletmt","description":"Manage remote Git repository clones","archived":false,"fork":false,"pushed_at":"2025-08-29T20:55:14.000Z","size":102,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T23:56:16.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/eagletmt.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}},"created_at":"2017-09-17T09:39:59.000Z","updated_at":"2025-03-12T14:28:52.000Z","dependencies_parsed_at":"2024-04-04T20:28:47.310Z","dependency_job_id":"16144d1d-412b-4ee3-93f2-f7f5c2ecaa05","html_url":"https://github.com/eagletmt/clg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eagletmt/clg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fclg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fclg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fclg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fclg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eagletmt","download_url":"https://codeload.github.com/eagletmt/clg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Fclg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35114170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-15T06:53:17.249Z","updated_at":"2026-07-04T07:32:13.873Z","avatar_url":"https://github.com/eagletmt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clg\nManage remote Git repository clones\n\n## Usage\n```\n% clg clone eagletmt/clg\nCloning into '/home/eagletmt/.ghq/github.com/eagletmt/clg'...\nremote: Counting objects: 4, done.\nremote: Compressing objects: 100% (3/3), done.\nremote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0\nUnpacking objects: 100% (4/4), done.\n% clg look clg\nchdir /home/eagletmt/.ghq/github.com/eagletmt/clg\n% git remote -v\norigin  https://github.com/eagletmt/clg (fetch)\norigin  https://github.com/eagletmt/clg (push)\n% exit\n% clg look eagletmt/clg\nchdir /home/eagletmt/.ghq/github.com/eagletmt/clg\n% exit\n% clg list | grep cl\ngithub.com/eagletmt/clg\n% clg root\n/home/eagletmt/.ghq\n```\n\n### Clone\nYou can also use scp-like syntax.\n\n```\n% clg clone git@github.com:eagletmt/clg\nCloning into '/home/eagletmt/.ghq/github.com/eagletmt/clg'...\nremote: Counting objects: 4, done.\nremote: Compressing objects: 100% (3/3), done.\nremote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0\nReceiving objects: 100% (4/4), done.\n% clg look clg\nchdir /home/eagletmt/.ghq/github.com/eagletmt/clg\n% git remote -v\norigin  ssh://git@github.com/eagletmt/clg (fetch)\norigin  ssh://git@github.com/eagletmt/clg (push)\n```\n\nClone repository with different name.\n\n```\n% clg clone eagletmt/clg -n clg2\nCloning into '/home/eagletmt/.ghq/github.com/eagletmt/clg2'...\nremote: Counting objects: 57, done.\nremote: Compressing objects: 100% (25/25), done.\nremote: Total 57 (delta 22), reused 53 (delta 22), pack-reused 0\nUnpacking objects: 100% (57/57), done\n% clg look clg2\nchdir /home/eagletmt/.ghq/github.com/eagletmt/clg2\n% git remote -v\norigin  https://github.com/eagletmt/clg (fetch)\norigin  https://github.com/eagletmt/clg (push)\n```\n\n## Configuration\nWrite configuration to ~/.clg.toml.\n\n```toml\n# Compatible directory structure with ghq\nroot = \"/home/eagletmt/.ghq\"\n```\n\n## Acknowledgments\nThis software is based on [ghq](https://github.com/motemen/ghq) written by motemen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Fclg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feagletmt%2Fclg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Fclg/lists"}