{"id":36810075,"url":"https://github.com/nwillc/syncher","last_synced_at":"2026-01-12T13:46:34.216Z","repository":{"id":51960946,"uuid":"312957892","full_name":"nwillc/syncher","owner":"nwillc","description":"A program that reads an .tool-versions and generates the asdf commands needed.","archived":false,"fork":false,"pushed_at":"2021-08-21T18:05:08.000Z","size":81,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T15:57:28.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwillc.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":"2020-11-15T04:31:25.000Z","updated_at":"2024-04-05T22:53:09.000Z","dependencies_parsed_at":"2022-08-24T02:00:58.774Z","dependency_job_id":null,"html_url":"https://github.com/nwillc/syncher","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/nwillc/syncher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwillc%2Fsyncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwillc%2Fsyncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwillc%2Fsyncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwillc%2Fsyncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwillc","download_url":"https://codeload.github.com/nwillc/syncher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwillc%2Fsyncher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-12T13:46:33.073Z","updated_at":"2026-01-12T13:46:34.062Z","avatar_url":"https://github.com/nwillc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![license](https://img.shields.io/github/license/nwillc/syncher.svg)](https://tldrlegal.com/license/-isc-license)\n[![CI](https://github.com/nwillc/syncher/workflows/CI/badge.svg?branch=master)](https://github.com/nwillc/syncher/actions?query=workflow%3CI)\n[![Go Report Card](https://goreportcard.com/badge/github.com/nwillc/syncher)](https://goreportcard.com/report/github.com/nwillc/syncher)\n-----\n# asdf syncher\nAn [asdf](https://github.com/asdf-vm/asdf) plugin that reads a `.tool-versions` and generates the `asdf` commands to sync \nup with it. \n\nThe use case is, you and your teammates are using asdf to manage tools, you commit a `.tool-versions` into a repo. \nSomeone else clones the repo. They need to install all the required plugins and tool versions implied by the \n`.tool-versions`. That's where `syncher` comes in. Run it, and save it's output as a script in the repo. Others then can\nclone the repo, run the `syncher` script, and they will add all the plugins needed as well as install the required tool\nversions.\n\n# Usage\n\n```bash\n# Initial setup\nasdf plugin-add syncher https://github.com/nwillc/syncher.git\nasdf install syncher $(asdf list all syncher | tail -1)\nasdf global syncher $(asdf list all syncher | tail -1)\nasdf reshim syncher\n\n# Use going forward\nasdf syncher\n```\n\nThe output from `asdf syncher` will be a shell script that syncs up the plugins and installations.\n\n# Architectures Released\nThe releases are available for:\n\n - darwin (OSX): amd64, arm64\n - linux: amd64, 386\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwillc%2Fsyncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwillc%2Fsyncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwillc%2Fsyncher/lists"}