normal-coder / githoard

Desktop app that enables users to quickly clone git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 42.6%Language:CSS 34.8%Language:Vue 22.2%Language:HTML 0.4%