{"id":20036918,"url":"https://github.com/mecaneer23/git-grab","last_synced_at":"2026-05-09T02:03:47.280Z","repository":{"id":214258795,"uuid":"736081709","full_name":"mecaneer23/git-grab","owner":"mecaneer23","description":"git clone, but without git.","archived":false,"fork":false,"pushed_at":"2024-01-16T17:33:47.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T18:51:51.474Z","etag":null,"topics":["clone","curl","git","git-clone","git-grab","grab","wget"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mecaneer23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-27T00:01:15.000Z","updated_at":"2023-12-27T00:04:59.000Z","dependencies_parsed_at":"2025-01-12T18:43:33.238Z","dependency_job_id":"0f1cf806-8b8c-4b72-aa07-0287b0f9465e","html_url":"https://github.com/mecaneer23/git-grab","commit_stats":null,"previous_names":["mecaneer23/git-grab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Fgit-grab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Fgit-grab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Fgit-grab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Fgit-grab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mecaneer23","download_url":"https://codeload.github.com/mecaneer23/git-grab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241466308,"owners_count":19967436,"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":["clone","curl","git","git-clone","git-grab","grab","wget"],"created_at":"2024-11-13T10:17:14.584Z","updated_at":"2025-10-29T19:45:42.397Z","avatar_url":"https://github.com/mecaneer23.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Grab\n\n`git clone`, but without `git`.\n\n## Contents\n\n- [Git Grab](#git-grab)\n  - [Contents](#contents)\n  - [What is Git Grab?](#what-is-git-grab)\n  - [Installing](#installing)\n    - [With `wget`](#with-wget)\n    - [With `curl`](#with-curl)\n  - [Running](#running)\n    - [What can `url` be?](#what-can-url-be)\n    - [Options](#options)\n    - [Path](#path)\n\n## What is Git Grab?\n\n`git-grab` emulates `git clone`, grabbing all of the files from a provided git repository. However, it ignores all git history and doesn't grab the git files.\n\n## Installing\n\n### With `wget`\n\n```bash\nwget --output-document ~/.local/bin/git-grab https://raw.githubusercontent.com/mecaneer23/git-grab/main/git-grab\n```\n\n### With `curl`\n\n```bash\ncurl -f https://raw.githubusercontent.com/mecaneer23/git-grab/main/git-grab -o ~/.local/bin/git-grab\n```\n\n## Running\n\nUsage: `git-grab [options] url [path]`\n\n```bash\n# example\ngit-grab https://github.com/mecaneer23/git-grab\n```\n\n### What can `url` be?\n\nCurrently, repositories from the following sites are supported.\n\n- [github.com](https://github.com)\n\nMake sure to include the full url, such as [https://github.com/mecaneer23/git-grab](https://github.com/mecaneer23/git-grab).\n\n### Options\n\n| Option     | Default | Description                     |\n| ---------- | ------- | ------------------------------- |\n| --help, -h | N/A     | show this help message and exit |\n\n### Path\n\n`path` provides a way to use a custom repository name, other than the default.\n\nInstalling the `git-grab` repository in a folder called `grab`\n\n```bash\ngit-grab https://github.com/mecaneer23/git-grab grab\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmecaneer23%2Fgit-grab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmecaneer23%2Fgit-grab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmecaneer23%2Fgit-grab/lists"}