{"id":16064302,"url":"https://github.com/moonmeister/gitget","last_synced_at":"2026-05-14T23:42:13.913Z","repository":{"id":109946021,"uuid":"179826582","full_name":"moonmeister/gitget","owner":"moonmeister","description":"Clones git repositories into a single folder organized by username and repo name.","archived":false,"fork":false,"pushed_at":"2019-04-06T13:54:59.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T23:08:02.176Z","etag":null,"topics":["cli","clone","developer","git","tools"],"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/moonmeister.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":"2019-04-06T11:46:51.000Z","updated_at":"2023-02-15T21:20:48.000Z","dependencies_parsed_at":"2023-05-05T15:55:49.104Z","dependency_job_id":null,"html_url":"https://github.com/moonmeister/gitget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moonmeister/gitget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmeister%2Fgitget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmeister%2Fgitget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmeister%2Fgitget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmeister%2Fgitget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonmeister","download_url":"https://codeload.github.com/moonmeister/gitget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonmeister%2Fgitget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267229001,"owners_count":24056373,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["cli","clone","developer","git","tools"],"created_at":"2024-10-09T05:05:46.348Z","updated_at":"2026-05-14T23:42:13.909Z","avatar_url":"https://github.com/moonmeister.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitget\n[![Build Status](https://travis-ci.org/moonmeister/gitget.svg?branch=master)](https://travis-ci.org/moonmeister/gitget)\n\nClones git repositories into a single folder organized by username and repo name. For the Go Gophers out there...this is llike `go get` for all your repositories.\n\n## Usage\n\n```bash\n# Usage: gitget.sh \u003csource_repository\u003e \u003cdestination_folder\u003e\n\n# Current valid URLs\n# git://github.com/some-user/my-repo.git\n# git@github.com:some-user/my-repo.git\n# https://github.com/some-user/my-repo.git\n\n\n$ gitget.sh git://github.com/moonmeister/gitget.git ~/code\n\n\n# Would clone the repository to:\n\n# Linux:\n/home/\u003cusername\u003e/code/moonmeister/gitget\n\n# macOS:\n/Users/\u003cusername\u003e/code/moonmeister/gitget\n\n```\n\n## Setup Destination\n\nInstead of typing a destination every time you can set it via an environment variable. If you want to override this passing in a different destination will override the environment variable.\n\n```bash\n$ export CODE_PATH=~/code\n```\n\n## Setup Alias\n\n```bash\n# Setup alias\n$ alias gg=\"$CODE_PATH/moonmeister/gitget/gitget.sh\"\n\n# Now you can run\n$ gg git://github.com/moonmeister/gitget.git\n\n```\n\nI'd recommended this export and alias be added to your bash profile so they are availble permanently.\n\nhttps://stackoverflow.com/questions/14524590/how-to-add-export-statement-in-a-bash-profile-file\n\n## Contribute\n\nI'd love if you contributed to making this better!\n\nHere are a few features I can think of if you don't have any:\n\n- [ ] Allow for `https://github.com/some-user/my-repo` URLs (no `.git` extension)\n- [ ] Allow for `github.com/some-user/my-repo` URLs (no `.git` extension or protocol)\n- [ ] Installers for various package managers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonmeister%2Fgitget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonmeister%2Fgitget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonmeister%2Fgitget/lists"}