{"id":13587795,"url":"https://github.com/mohd-akram/ghget","last_synced_at":"2025-04-13T11:51:28.508Z","repository":{"id":47309342,"uuid":"340387278","full_name":"mohd-akram/ghget","owner":"mohd-akram","description":"A script to download files/directories from GitHub.","archived":false,"fork":false,"pushed_at":"2024-01-12T13:21:37.000Z","size":4,"stargazers_count":28,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-16T06:40:52.659Z","etag":null,"topics":["curl","download","github","posix","script","shell"],"latest_commit_sha":null,"homepage":"https://git.io/ghget","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/mohd-akram.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-02-19T14:06:19.000Z","updated_at":"2024-06-11T00:51:20.486Z","dependencies_parsed_at":"2024-06-11T00:51:19.599Z","dependency_job_id":"68f98a73-124a-48b4-bbc8-12901cbee511","html_url":"https://github.com/mohd-akram/ghget","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/mohd-akram%2Fghget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-akram%2Fghget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-akram%2Fghget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-akram%2Fghget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohd-akram","download_url":"https://codeload.github.com/mohd-akram/ghget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710438,"owners_count":21149188,"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":["curl","download","github","posix","script","shell"],"created_at":"2024-08-01T15:06:21.990Z","updated_at":"2025-04-13T11:51:28.479Z","avatar_url":"https://github.com/mohd-akram.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# ghget\n\nA POSIX shell script to download files/directories from GitHub repositories.\nIt uses parallel transfers via `curl`, with a progress indicator.\n\n## Install\n\nRun `make install` as root to install `ghget` to `/usr/local/bin`.\n\nor\n\nCopy `ghget` to a directory in your `PATH`.\n\n## Usage\n\n    ghget [-o path] url\n\n## Examples\n\n### Get a directory\n\n    ghget https://github.com/fivethirtyeight/data/tree/master/airline-safety\n\n#### Output to custom directory\n\n    ghget -o airlines https://github.com/fivethirtyeight/data/tree/master/airline-safety\n\n### Get a single file\n\n    ghget https://github.com/fivethirtyeight/data/blob/master/index.csv\n\n#### Output to custom file\n\n    ghget -o list.csv https://github.com/fivethirtyeight/data/blob/master/index.csv\n\n#### Output to stdout\n\n    ghget -o - https://github.com/fivethirtyeight/data/blob/master/index.csv\n\n### Get an entire repo\n\n    ghget https://github.com/fivethirtyeight/data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohd-akram%2Fghget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohd-akram%2Fghget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohd-akram%2Fghget/lists"}