An open API service indexing awesome lists of open source software.

https://github.com/Decad/github-downloader

Download folders and files from github without cloning.
https://github.com/Decad/github-downloader

Last synced: 4 months ago
JSON representation

Download folders and files from github without cloning.

Awesome Lists containing this project

README

        

# ⚠⚠⚠⚠⚠ Deprecation Notice ⚠⚠⚠⚠⚠

Note github is [removing SVN support](https://github.blog/2023-01-20-sunsetting-subversion-support/) on January 8, 2024. This project will no longer work after this date.

# Github Downloader

This shell script takes a github website path to any file/folder on github and using `svn export` downloads just that file/folder from github.

# Usage

`./github-downloader [website url to file/folder]`

# Example

`./github-downloader https://github.com/Decad/github-downloader/blob/master/README.md`

This will download just the README.md file from this repo, you can also download whole directories