Skip to content

gh-clone-all

Latest

Choose a tag to compare

@brooks-code brooks-code released this 08 Apr 22:25
· 1 commit to main since this release
812c433

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

Unlicense

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.