{"id":20692627,"url":"https://github.com/kevingimbel/fget","last_synced_at":"2026-05-30T02:31:35.272Z","repository":{"id":57585184,"uuid":"81061583","full_name":"KevinGimbel/fget","owner":"KevinGimbel","description":"Straightforward file downloading with Go.","archived":false,"fork":false,"pushed_at":"2017-12-07T08:27:14.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T17:35:08.943Z","etag":null,"topics":["cli","command-line","downloader","file-download","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/KevinGimbel.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}},"created_at":"2017-02-06T07:49:00.000Z","updated_at":"2024-08-06T06:43:11.000Z","dependencies_parsed_at":"2022-09-10T09:22:23.073Z","dependency_job_id":null,"html_url":"https://github.com/KevinGimbel/fget","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Ffget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Ffget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Ffget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Ffget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinGimbel","download_url":"https://codeload.github.com/KevinGimbel/fget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242956547,"owners_count":20212454,"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":["cli","command-line","downloader","file-download","go"],"created_at":"2024-11-16T23:23:12.603Z","updated_at":"2025-12-14T20:00:01.121Z","avatar_url":"https://github.com/KevinGimbel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fget\n\u003e Download files using Go `net/http` and `io`\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/kevingimbel/fget)](https://goreportcard.com/report/github.com/kevingimbel/fget)\n\n\"Dumb\" file downloader for the command line which will just download whatever\nfile you request from an URL. Probably has lots of issues, e.g. it just dumps the content it receives into a file with the same name. For example, requesting a `index.php` file will create a `index.php` file with the content of the rendered page on your local machine. Consider the following example:\n\nContent of http://example.com/index.php\n```php\n\u003c?php\necho \"Hello world\"\n```\nRunning the script against this url with\n```\n$ fget http://example.com/index.php\n```\n\nWill result in the download of a file named `index.php` to your local machine with the content\n\n```txt\nHello world\n```\n\nDownloading images or tar, zip, binary files works, too because they are \"just\" copied into a local file without any checking or whatsoever.\n\n### Usage\n\nClone the repo and execute the `main.go` file. OR install with `go get github.com/kevingimbel/fget`.\n\n```\n# Execute main.go directly\n$ go run main.go https://i.kevingimbel.me/fget/sample.png\n# Install and run from everywhere (`go get github.com/kevingimbel/fget`)\n$ fget https://i.kevingimbel.me/fget/sample.png\n```\n\nBoth of the above will download the `sample.png` image to the current directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingimbel%2Ffget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevingimbel%2Ffget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingimbel%2Ffget/lists"}