{"id":13548613,"url":"https://github.com/toolctl/toolctl","last_synced_at":"2025-04-02T21:31:55.337Z","repository":{"id":37826121,"uuid":"438386493","full_name":"toolctl/toolctl","owner":"toolctl","description":"The tool to control your tools","archived":false,"fork":false,"pushed_at":"2025-04-01T17:11:15.000Z","size":750,"stargazers_count":39,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T18:25:14.751Z","etag":null,"topics":["binaries","cli","command-line","go","golang","installer","linux","macos","tools"],"latest_commit_sha":null,"homepage":"","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/toolctl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-12-14T20:11:44.000Z","updated_at":"2025-04-01T17:11:19.000Z","dependencies_parsed_at":"2023-10-20T20:35:10.294Z","dependency_job_id":"3f896aa2-89fd-4206-9fd3-ed17f9d5223d","html_url":"https://github.com/toolctl/toolctl","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolctl%2Ftoolctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolctl%2Ftoolctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolctl%2Ftoolctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolctl%2Ftoolctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolctl","download_url":"https://codeload.github.com/toolctl/toolctl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246895833,"owners_count":20851334,"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":["binaries","cli","command-line","go","golang","installer","linux","macos","tools"],"created_at":"2024-08-01T12:01:12.438Z","updated_at":"2025-04-02T21:31:55.057Z","avatar_url":"https://github.com/toolctl.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# toolctl\n\n\u003cimg src=\"https://user-images.githubusercontent.com/547220/146074557-339fc1e4-f83e-4cbb-b885-74cb6b52fd46.png\" width=\"200px\" alt=\"A drawing of a cute gopher holding a wrench\"\u003e\n\n[![GitHub Workflow Status (main branch)](https://img.shields.io/github/actions/workflow/status/toolctl/toolctl/ci.yml?branch=main)](https://github.com/toolctl/toolctl/actions/workflows/ci.yml?query=branch%3Amain)\n[![Go Report Card](https://goreportcard.com/badge/github.com/toolctl/toolctl)](https://goreportcard.com/report/github.com/toolctl/toolctl)\n[![GitHub release (latest)](https://img.shields.io/github/v/release/toolctl/toolctl)](https://github.com/toolctl/toolctl/releases/latest)\n[![GitHub](https://img.shields.io/github/license/toolctl/toolctl)](LICENSE)\n\n`toolctl` helps you manage your tools on Linux and macOS.\n\n## Installation\n\n### Automatic\n\n```shell\ncurl -fsSL https://raw.githubusercontent.com/toolctl/install/main/install | sh\n```\n\n### Manual\n\nYou can [download the latest version of toolctl](https://github.com/toolctl/toolctl/releases/latest) and run it from any directory you like.\n\n## Getting Started\n\n### Get information about tools\n\n#### Info about all installed and supported tools\n\n```text\n❯ toolctl info\n[k9s      ] ✨ k9s v0.25.8: Kubernetes CLI to manage your clusters in style\n[k9s      ] ✅ k9s v0.25.8 is installed at /home/adent/.local/bin/k9s\n[kubectl  ] ✨ kubectl v1.23.0: The Kubernetes command-line tool\n[kubectl  ] 🔄 kubectl v1.21.2 is installed at /home/adent/.local/bin/kubectl\n```\n\n#### Info about a specific tool\n\n```text\n❯ toolctl info gh\n✨ gh v2.4.0: GitHub's official command line tool\n🏠 https://cli.github.com/\n❌ Not installed\n```\n\n### Install tools\n\n#### Install the latest version of a tool\n\n```text\n❯ toolctl install k9s\n👷 Installing v0.25.8 ...\n🎉 Successfully installed\n```\n\n#### Install a specific version of a tool\n\n```text\n❯ toolctl install terraform@0.11.15\n👷 Installing v0.11.15 ...\n🎉 Successfully installed\n```\n\n### Upgrade tools\n\n```text\n❯ toolctl upgrade\n[gh     ] ✅ Already up to date (v2.34.0)\n[toolctl] ✅ Already up to date (v0.4.11)\n[yq     ] 👷 Upgrading from v4.13.4 to v4.13.5 ...\n[yq     ] 👷 Removing v4.13.4 ...\n[yq     ] 👷 Installing v4.13.5 ...\n[yq     ] 🎉 Successfully installed\n```\n\n## Supported Tools\n\nCurrently, `toolctl` supports the following tools:\n\n- [age](https://age-encryption.org/): A simple, modern and secure encryption tool\n- [age-keygen](https://age-encryption.org/): A simple, modern and secure encryption tool\n- [air](https://github.com/cosmtrek/air): Live reload for Go apps\n- [chezmoi](https://chezmoi.io/): Manage your dotfiles across multiple diverse machines, securely\n- [cloudflared](https://github.com/cloudflare/cloudflared): Cloudflare Tunnel client\n- [dive](https://github.com/wagoodman/dive): A tool for exploring each layer in a docker image\n- [dockerfilegraph](https://github.com/patrickhoefler/dockerfilegraph): Visualize your multi-stage Dockerfiles\n- [eksctl](https://eksctl.io/): The official CLI for Amazon EKS\n- [gdu](https://github.com/dundee/gdu): Fast disk usage analyzer with console interface written in Go\n- [gh](https://cli.github.com/): GitHub's official command line tool\n- [godolint](https://github.com/zabio3/godolint): Dockerfile linter, written in Golang 🐳\n- [golangci-lint](https://golangci-lint.run/): Fast linters runner for Go\n- [goreleaser](https://goreleaser.com/): Deliver Go binaries as fast and easily as possible\n- [gping](https://github.com/orf/gping): Ping, but with a graph\n- [helm](https://helm.sh/): The Kubernetes package manager\n- [hugo](https://gohugo.io/): The world's fastest framework for building websites\n- [k9s](https://k9scli.io/): Kubernetes CLI to manage your clusters in style\n- [kind](https://kind.sigs.k8s.io/): Kubernetes in Docker - local clusters for testing Kubernetes\n- [kompose](https://kompose.io/): Convert Compose to Kubernetes\n- [kops](https://kops.sigs.k8s.io/): Production grade K8s installation, upgrades, and management\n- [kubectl](https://kubernetes.io/docs/reference/kubectl/): The Kubernetes command-line tool\n- [kubectx](https://github.com/ahmetb/kubectx): Faster way to switch between Kubernetes contexts\n- [kubefwd](https://github.com/txn2/kubefwd): Bulk port forwarding Kubernetes services for local development\n- [kubens](https://github.com/ahmetb/kubectx): Faster way to switch between Kubernetes namespaces\n- [kuberlr](https://github.com/flavio/kuberlr): Simple management of multiple kubectl versions\n- [kustomize](https://kustomize.io/): Template-free customization of Kubernetes configuration\n- [minikube](https://minikube.sigs.k8s.io/): Run Kubernetes locally\n- [pulumi](https://www.pulumi.com/): Developer-first infrastructure as code\n- [skaffold](https://skaffold.dev/): Easy and repeatable Kubernetes development\n- [sops](https://github.com/getsops/sops): Simple and flexible tool for managing secrets\n- [stern](https://github.com/stern/stern): Multi pod and container log tailing for Kubernetes\n- [task](https://taskfile.dev/): A task runner / simpler Make alternative written in Go\n- [terraform](https://www.terraform.io/): Infrastructure as code software tool\n- [tkn](https://github.com/tektoncd/cli): A CLI for interacting with Tekton\n- [toolctl](https://github.com/toolctl/toolctl): The tool to control your tools\n- [yq](https://mikefarah.gitbook.io/yq/): Portable command-line YAML processor\n\nOur goal is to support as many tools as possible, so expect this list to grow significantly over time.\n\nIn general, `toolctl` currently supports any tool that:\n\n✔ consists of a single executable file\\\n✔ runs on Linux and/or macOS\\\n✔ includes a command or flag to print its [semantic version](https://semver.org/)\\\n✔ provides its source code and precompiled binaries online under a free and open source license\n\nIf you know a tool that fits all of these criteria, please [open an issue](https://github.com/toolctl/api/issues/new?title=Tool%20request:%20) and let us know!\n\n## Credits\n\nThe `toolctl` logo was created with [gopherize.me](https://gopherize.me/).\nArtwork by [Ashley McNamara](https://twitter.com/ashleymcnamara) based on original artwork by [Renee French](https://reneefrench.blogspot.co.uk/).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolctl%2Ftoolctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolctl%2Ftoolctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolctl%2Ftoolctl/lists"}