{"id":23284249,"url":"https://github.com/agilecreativity/git-remotes","last_synced_at":"2026-06-23T13:32:06.554Z","repository":{"id":66351277,"uuid":"141350962","full_name":"agilecreativity/git-remotes","owner":"agilecreativity","description":"Extract git URL recursively from a given directory. ","archived":false,"fork":false,"pushed_at":"2020-04-21T03:48:50.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T17:54:51.272Z","etag":null,"topics":["clojure-library","command-line-tool","git"],"latest_commit_sha":null,"homepage":"https://github.com/agilecreativity/git-remotes","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agilecreativity.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":"2018-07-17T22:15:28.000Z","updated_at":"2020-04-21T03:48:53.000Z","dependencies_parsed_at":"2023-02-26T23:47:06.816Z","dependency_job_id":null,"html_url":"https://github.com/agilecreativity/git-remotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agilecreativity/git-remotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fgit-remotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fgit-remotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fgit-remotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fgit-remotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilecreativity","download_url":"https://codeload.github.com/agilecreativity/git-remotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fgit-remotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34691752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["clojure-library","command-line-tool","git"],"created_at":"2024-12-20T01:39:14.338Z","updated_at":"2026-06-23T13:32:06.533Z","avatar_url":"https://github.com/agilecreativity.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-remotes\n\nExtract git URL recursively from a given directory.\n\n## Usage\n\n```sh\ngit clone https://github.com/agilecreativity/git-remotes.git \u0026\u0026 cd git-remotes\n\n# Generate the self-executed binary to `~/bin/git-remotes`\nlein bin\n\n# Confirm that we have the binary\nls -alt ~/bin/git-remotes\n```\n\n## Basic Usages `~/bin/git-remote -h`\n\n```\nExtract git URL recursively from a given directory\n\nUsage: git-remotes [options]\n  -d, --base-dir    DIR   .\n  -o, --output-file FILE  ./git-command.sh\n  -v, --verbose\n  -h, --help\n\nOptions:\n\n--base-dir     DIR   path to the base directory, default to current directory.\n--output-file  FILE  output file for command, default to 'git-command.sh'\n--verbose            print the output to the screen as well as output to file.\n```\n\n## Sample Usages\n\n\n```shell\ngit-remotes -d ~/projects/typescript -o typescript-repos.sh\n#Your output file :  typescript-repos.sh\n```\n\nAnd the content of the `typescript-repos.sh` will be something like:\n\n```text\ngit-remotes -d ~/projects/typescript -o typescript-repos.sh\n#Your output file :  typescript-repos.sh\n```\n\nAnd the content of the `typescript-repos.sh` will be something like:\n\n```shell\n#!/usr/bin/env sh\nmkdir -p ~/projects/typescript/umbrella--thi-ng \u0026\u0026 cd ~/projects/typescript/umbrella--thi-ng \u0026\u0026 git clone git@github.com:thi-ng/umbrella.git ~/projects/typescript/umbrella--thi-ng 2\u003e /dev/null\nmkdir -p ~/projects/typescript/graphql-cli--graphcool \u0026\u0026 cd ~/projects/typescript/graphql-cli--graphcool \u0026\u0026 git clone git@github.com:graphcool/graphql-cli.git ~/projects/typescript/graphql-cli--graphcool 2\u003e /dev/null\nmkdir -p ~/projects/typescript/chromeless--graphcool \u0026\u0026 cd ~/projects/typescript/chromeless--graphcool \u0026\u0026 git clone git@github.com:graphcool/chromeless.git ~/projects/typescript/chromeless--graphcool 2\u003e /dev/null\n```\n\n## License\n\nCopyright © 2018 Burin Choomnuan\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fgit-remotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilecreativity%2Fgit-remotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fgit-remotes/lists"}