Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charany1/GHSDD
A chrome extension to download any sub-directory or file from a Github repo .
https://github.com/charany1/GHSDD
chrome-extension productivity repo-sub-directory
Last synced: 16 days ago
JSON representation
A chrome extension to download any sub-directory or file from a Github repo .
- Host: GitHub
- URL: https://github.com/charany1/GHSDD
- Owner: charany1
- License: mit
- Created: 2016-05-26T08:34:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T05:18:53.000Z (over 7 years ago)
- Last Synced: 2024-08-01T05:22:02.389Z (3 months ago)
- Topics: chrome-extension, productivity, repo-sub-directory
- Language: JavaScript
- Size: 95.7 KB
- Stars: 39
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHSDD
A chrome extension to download any sub-directory or file from a Github repo .## Problem
Many a times you only want to download a subdirectory of a repo , for example when looking for a library you just want
download the sample given along with it and not the whole repo , currently github's ui only provides downloading individual
file or entire repo as zip and not subdirectory , this extension solves this problem, just paste sub-directory's github url
it downloads(not clone) that for you .## Usage
1. Download [zip] (https://github.com/charany1/GHSDD/archive/master.zip)
2. Unzip it.
3. Go to **chrome://extensions** in your browser.
4. Check **Developer Mode**.
4. Click on **Load Unpacked Extensions** and select directory containing unzipped files.
5. You should see GHSDD in your extensions page and among extensions in top pannel.
6. Test : Paste https://github.com/facebook/stetho/tree/master/stetho-sample in popup and get zip.## Credits
It is based on [KinoLien's gitzip](https://github.com/KinoLien/gitzip).