{"id":13582421,"url":"https://github.com/dikaeinstein/godl","last_synced_at":"2026-01-12T06:49:14.920Z","repository":{"id":56758995,"uuid":"165844423","full_name":"dikaeinstein/godl","owner":"dikaeinstein","description":"Godl is a CLI tool used to download and install go binary releases on mac","archived":false,"fork":false,"pushed_at":"2024-01-28T16:14:36.000Z","size":9626,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-08T13:02:30.282Z","etag":null,"topics":["cli","cobra","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dikaeinstein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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-01-15T12:07:25.000Z","updated_at":"2023-08-31T00:20:38.000Z","dependencies_parsed_at":"2024-01-19T08:16:04.401Z","dependency_job_id":"82325d8f-4552-40a3-9fee-3803467ce083","html_url":"https://github.com/dikaeinstein/godl","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikaeinstein%2Fgodl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikaeinstein%2Fgodl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikaeinstein%2Fgodl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikaeinstein%2Fgodl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dikaeinstein","download_url":"https://codeload.github.com/dikaeinstein/godl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247495721,"owners_count":20948101,"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","cobra","golang"],"created_at":"2024-08-01T15:02:41.932Z","updated_at":"2026-01-12T06:49:14.893Z","avatar_url":"https://github.com/dikaeinstein.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# godl\n\nGodl is a CLI tool used to download and install go binary releases on mac. It supports both Intel and M1 macs.\n\n[![Build Status](https://github.com/dikaeinstein/godl/actions/workflows/ci-cd.yml/badge.svg?branch=master)](https://github.com/dikaeinstein/godl/actions)\n[![Coverage Status](https://coveralls.io/repos/github/dikaeinstein/godl/badge.svg?branch=master)](https://coveralls.io/github/dikaeinstein/godl?branch=master)\n\n## Download and Install\n\nTo download and install a specific version of godl, copy and paste the installation command:\n\n```bash\ncurl -s https://raw.githubusercontent.com/dikaeinstein/godl/master/get.sh | sh -s -- v0.18.0\n```\n\n## Install with Go\n\n```bash\ngo install github.com/dikaeinstein/godl\n```\n\n## Build From Source\n\nPrerequisites for building from source are:\n\n- make\n- Go 1.18+\n\n```bash\ngit clone https://github.com/dikaeinstein/godl\ncd godl\nmake build\n```\n\nIf you've have setup your $GOPATH or $GOBIN correctly, you should have `godl` command in your $PATH.\n\n*To check the $GOPATH and $GOBIN; run `go env`*\n\nRun `godl version` to verify.\n\nRun `godl help` to get help and see available options\n\n## Subcommands\n\n*godl supports autocomplete for all subcommands*\n\n- `completion` — Generates completion scripts for bash or zsh\n- `download` — Download go binary archive\n- `help` — Help about any command\n- `install` — Installs the specified go binary release version\n- `list|ls` — List the downloaded versions\n- `list-remote|ls-remote` — List available remote versions\n- `update` - Checks for updates.\n- `version` — Show the godl version information\n\n## Typical Usage (example)\n\nTo download and install go1.20:\n\n```bash\n # To download only\ngodl download 1.20\n\n # To download and install if the given version is already downloaded.\nsudo godl install 1.20\n\n```\n\nThen run\n\n```bash\ngo version\n```\n\n```bash\noutput: go version go1.20 darwin/amd64 // or something similar\n```\n\n### Improvement\n\n- update sub command to install latest version or specific version (tip: exec get.sh)\n- support M1 Macs\n\n### Contributing\n\nYou can take a shot at the suggested improvements from the README. Also follow the convention from the `contribution.md`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikaeinstein%2Fgodl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdikaeinstein%2Fgodl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikaeinstein%2Fgodl/lists"}