Clone a GitHub user's public repositories
v1.0.0
Quick summary
A small, Debian-packaged shell tool that lists a GitHub user’s public repositories and clones each one into the current directory. Designed for Debian/Ubuntu systems and packaged as a .deb for easy installation.
Highlights
Interactive prompt (or CLI argument) for GitHub username
Clones each repository with git clone
Distributed as gh-clone-all_1.0.0_all.deb for simple apt-based install
Minimal dependencies (curl, git, awk, grep, sed, xargs)
Installation
Easy (one-liner):
curl -sL https://raw.githubusercontent.com/brooks-code/clone-github-user-repos/main/install_gh-clone-all.sh | bash
License
Changelog (1.0.0)
- ** (April 2026) Initial release:** interactive prompt, repo listing, clone automation, .deb packaging, basic install script
Enjoy!
Report issues or feature requests via the repository’s issue tracker.