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.
- Host: GitHub
- URL: https://github.com/Decad/github-downloader
- Owner: Decad
- License: mit
- Created: 2013-11-05T01:11:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T11:20:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:15:57.160Z (8 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 128
- Watchers: 14
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - Decad/github-downloader - Download folders and files from github without cloning. (Shell)
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