{"id":15648466,"url":"https://github.com/daniel-beard/github-folder-sync","last_synced_at":"2026-04-13T16:36:36.150Z","repository":{"id":83140378,"uuid":"480117109","full_name":"daniel-beard/github-folder-sync","owner":"daniel-beard","description":"Easy way to concurrently clone many GitHub repositories by organization name or user.","archived":false,"fork":false,"pushed_at":"2023-09-27T23:38:44.000Z","size":211,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-05T01:28:01.682Z","etag":null,"topics":["git","github","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daniel-beard.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"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":"2022-04-10T19:20:37.000Z","updated_at":"2022-08-04T07:19:42.000Z","dependencies_parsed_at":"2024-10-03T12:26:05.910Z","dependency_job_id":"4f2b51a6-fdc3-4fff-a705-8b5e82b1a128","html_url":"https://github.com/daniel-beard/github-folder-sync","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/daniel-beard%2Fgithub-folder-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-beard%2Fgithub-folder-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-beard%2Fgithub-folder-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-beard%2Fgithub-folder-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel-beard","download_url":"https://codeload.github.com/daniel-beard/github-folder-sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258862,"owners_count":20748573,"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":["git","github","haskell"],"created_at":"2024-10-03T12:24:55.853Z","updated_at":"2026-04-13T16:36:31.064Z","avatar_url":"https://github.com/daniel-beard.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-folder-sync\n\nAn easy, fast way to clone many github repositories concurrently by org name, for `github.com`.\n\n## Execute  \n\n* Run `stack run`\n\n## Config\n\nThe configuration is specified as a [Dhall](https://learnxinyminutes.com/docs/dhall/) configuration file named `.github-folder-sync`. Either have the config in the current working directory, or override it using: `github-folder-sync --config-file /tmp/adifferentconfig`.\nA minimal configuration looks like this:\n\n```dhall\nlet orgConfigs = [\n    { orgAPIToken = None Text\n    , orgName = \"daniel-beard\" \n    , ignoringOrgRepos = [\"nothing\"]\n    } \n]\n\nin { orgConfigs }\n```\n\n### Env vars\n\nIt's possible to expand env vars within a `.github-folder-sync` file by either using the built-in Dhall way:\n\n```dhall\nlet orgConfigs = [\n    { orgAPIToken = Some env:GITHUB_FOLDER_SYNC_API_TOKEN \n    , orgName = \"daniel-beard\" \n    , ignoringOrgRepos = [\"nothing\"]\n    } \n]\n\nin { orgConfigs }\n```\n\ngithub-folder-sync also supports a shorthand syntax within strings for the following fields: \n\n```\n- orgAPIToken \n- orgName\n- userName\n- userAPIToken\n```\n\nFor example:\n\n```dhall\norgAPIToken = Some \"$GITHUB_FOLDER_SYNC_API_TOKEN\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-beard%2Fgithub-folder-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-beard%2Fgithub-folder-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-beard%2Fgithub-folder-sync/lists"}