{"id":14008210,"url":"https://github.com/monirz/conget","last_synced_at":"2026-02-27T02:34:36.831Z","repository":{"id":99498694,"uuid":"126578350","full_name":"monirz/conget","owner":"monirz","description":"A CLI app for downloading file concurrently.","archived":false,"fork":false,"pushed_at":"2019-12-06T16:55:33.000Z","size":16799,"stargazers_count":74,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-10T11:02:44.670Z","etag":null,"topics":["cli","concurrent","downloader","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","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/monirz.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":"2018-03-24T08:04:00.000Z","updated_at":"2024-08-10T11:02:46.657Z","dependencies_parsed_at":null,"dependency_job_id":"d857b492-db7a-44c2-8fe1-3326b28855a0","html_url":"https://github.com/monirz/conget","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/monirz%2Fconget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monirz%2Fconget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monirz%2Fconget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monirz%2Fconget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monirz","download_url":"https://codeload.github.com/monirz/conget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227410509,"owners_count":17774761,"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","concurrent","downloader","terminal"],"created_at":"2024-08-10T11:01:25.352Z","updated_at":"2026-02-27T02:34:36.798Z","avatar_url":"https://github.com/monirz.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Conget\nConget is a CLI application, which downloads file data concurrently by splitting the data into several chunks and fetch those asynchronously.\n\n## Install \u0026 Build\n\nConget uses [Cobra](https://github.com/spf13/cobra) for handling command line interaction.     \nGet the dependency with `go mod`\n\n### Build with Makefile \n\nTo compile and build the binary file, run this command. it will build the binary in bin/ directory with the name conget.\n\n```sh\n$ make build  \n```  \nOr for  Mac \n\n```sh\n$ make build-mac\n```\n\nTo remove the compiled binary file. \n\n```sh \n$ make clean \n```\nIt will remove all the binary file. \n\nFor running tests. \n\n```sh\n$ make test \n```\n\n###Installing or running it without Go\n\nBinary file of latest build is pushed in the bin/ directory, download the file according to your OS and run the command `./conget`    \n\n\n## Usage\n```sh\n$ conget -u http://example.com/example.mp4\n```\n\nThe default concurrent number is set to 5 if -c flag is not set. To set the concurrent number provide the number with -c flag. Ex:\n```sh \n$ conget -c 12 -u  http://example.com/example.mp4\n```\n\n**Note**\nIt downloads the file in current directory where you run the command.\n\n# Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Make changes and add them (`git add .`)\n4. Commit your changes (`git commit -m 'Added some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create new pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonirz%2Fconget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonirz%2Fconget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonirz%2Fconget/lists"}