{"id":13906033,"url":"https://github.com/beepboopbangbang/githoard","last_synced_at":"2025-08-28T06:07:09.544Z","repository":{"id":37180921,"uuid":"103727356","full_name":"beepboopbangbang/githoard","owner":"beepboopbangbang","description":"Desktop app that enables users to quickly clone git repositories","archived":false,"fork":false,"pushed_at":"2023-01-06T00:47:59.000Z","size":13970,"stargazers_count":141,"open_issues_count":23,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-19T13:53:51.430Z","etag":null,"topics":["electron","git","less","vue","vuex"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/beepboopbangbang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["beepboopbangbang"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"beepboopbangbang","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-09-16T05:24:22.000Z","updated_at":"2025-05-02T00:32:55.000Z","dependencies_parsed_at":"2023-02-05T01:02:39.772Z","dependency_job_id":null,"html_url":"https://github.com/beepboopbangbang/githoard","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/beepboopbangbang/githoard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beepboopbangbang%2Fgithoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beepboopbangbang%2Fgithoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beepboopbangbang%2Fgithoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beepboopbangbang%2Fgithoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beepboopbangbang","download_url":"https://codeload.github.com/beepboopbangbang/githoard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beepboopbangbang%2Fgithoard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272452029,"owners_count":24937465,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"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":["electron","git","less","vue","vuex"],"created_at":"2024-08-06T23:01:28.280Z","updated_at":"2025-08-28T06:07:09.520Z","avatar_url":"https://github.com/beepboopbangbang.png","language":"JavaScript","funding_links":["https://github.com/sponsors/beepboopbangbang","https://liberapay.com/beepboopbangbang"],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"150\" src=\"/public/icons/icon.png\" alt=\"GitHoard\" /\u003e\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003e\nGitHoard\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\nHoard git repositories with ease\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n![Build/release](https://github.com/beepboopbangbang/githoard/workflows/Build/release/badge.svg)\n\u003c/p\u003e\n\n## Overview\n\nThe goal of GitHoard is to trivialize cloning repositories for future offline review.\n\nOften, the process of copy \u0026 pasting a repository to the command line breaks focus and flow, and other Git GUI's perpetuate this problem by requiring the selecting of a directory before starting the clone process.\n\nGitHoard solves this by overriding the HTTP protocols associated with GitHub (github-mac:// and github-win://) and Sourcetree (sourcetree://) as well as creating a new protocol (githoard://) then automatically cloning when a link using that protocol is clicked.\n\n## Download\nDownload the latest version from the [releases](https://github.com/beepboopbangbang/githoard/releases/latest) page.\n\n## Demo\n\n#### Install\n![](/screens/install.gif)\n#### Get Addon\n![](/screens/addon.gif)\n#### See Changes\n![](/screens/changes.gif)\n#### Locate\n![](/screens/locate.gif)\n#### Destroy\n![](/screens/remove.gif)\n\n#### Build Setup\n\n```bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run electron:serve\n\n# build electron application for production\nnpm run electron:build\n\n\n# run unit \u0026 end-to-end tests\nnpm run test:unit\n\n# lint all JS/Vue component files in `src/`\nnpm run lint\n\n```\n\n## Related\nWant to clone stuff even quicker? Check out our Firefox browser addon\n - https://addons.mozilla.org/en-US/firefox/addon/githoard-quick-clone/\n - https://github.com/beepboopbangbang/githoard-browser-addons\n\n## Thanks \u0026 Love go out to\n - [Vue.js](https://github.com/vuejs/vue)\n - [Electron](https://github.com/electron/electron)\n - [Vue CLI Plugin Electron Builder](https://github.com/nklayman/vue-cli-plugin-electron-builder)\n - [electron-vue](https://github.com/SimulatedGREG/electron-vue) (No longer used)\n - [Insomnia](https://github.com/getinsomnia/insomnia)\n - Everyone who contributed to the packages that made this possible. Seriously, checkout the dependencies in [package.json](/package.json)\n\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright \u0026copy; 2016-present, Beep Boop Bang Bang LLC\n\nGitHoard logo created by Beep Boop Bang Bang LLC.\nMakes use of Git Logo by Jason Long which is licensed under the Creative Commons Attribution 3.0 Unported License.\nSee https://git-scm.com/downloads/logos\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeepboopbangbang%2Fgithoard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeepboopbangbang%2Fgithoard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeepboopbangbang%2Fgithoard/lists"}