Skip to content

Desktop app that enables users to quickly clone git repositories

License

Notifications You must be signed in to change notification settings

hhy5277/githoard

 
 

Repository files navigation

GitHoard

GitHoard

Hoard git repositories with ease

Build Status Build status

Overview

The goal of GitHoard is to trivialize cloning repositories for future offline review.

Often, the process of copy & 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.

GitHoard solves this by overriding the HTTP protocols associated with GitHub (github-mac:// and github-win://) and Sourcetree (sourcetree://) then automatically cloning when a link using that protocol is clicked.

Download

Download the latest version from the releases page.

Demo

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# run unit & end-to-end tests
npm test

# lint all JS/Vue component files in `src/`
npm run lint

Thanks

License

MIT

Copyright © 2016-present, Jordan Hess

GitHoard logo designed by Jordan Hess and makes use of Git Logo by Jason Long which is licensed under the Creative Commons Attribution 3.0 Unported License. See https://git-scm.com/downloads/logos

About

Desktop app that enables users to quickly clone git repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.6%
  • CSS 34.8%
  • Vue 22.2%
  • HTML 0.4%