Skip to content

aajinn/Git-Grabber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-Grabber

Easily download a specific subdirectory from a GitHub repository

GitHub doesn’t natively allow downloading individual folders from a repository, which can be inconvenient when you only need a few files from a large project.

This tool simplifies the process by allowing you to download all files within a specific directory in a single click, after providing your GitHub token.


🚀 How It Works

  1. Paste the GitHub directory URL
    Visit the tool and pass the GitHub directory link as a url parameter, like:
    download-directory.github.io?url=https://github.com/mrdoob/three.js/tree/dev/build

  2. Optional: Specify a filename
    Customize the downloaded file name using the filename parameter:
    download-directory.github.io?url=https://github.com/mrdoob/three.js/tree/dev/build&filename=three-js-build
    This saves the file as three-js-build.zip.

  3. Automatic Download
    Once the link is provided, the download starts automatically.


🌟 Why Use This Tool?

This tool is a lightweight and improved alternative to other solutions like:

Unlike others, it is designed for simplicity and efficiency, removing unnecessary clutter.


🔗 Related Projects


📝 License

MIT © Federico Brigante


💡 Acknowledgments

This tool builds upon the foundation of download-directory.github.io, originally developed by Federico Brigante. This improved version enhances the design and usability while retaining the core functionality.

About

Web App: Download just a sub directory from a GitHub repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.0%
  • CSS 19.0%