Skip to content

Releases: rhysd/github-clone-all

v2.4.0

Choose a tag to compare

@rhysd rhysd released this 12 Oct 03:32
  • New: Add -deep option not to do shallow clone

v2.3.0

Choose a tag to compare

@rhysd rhysd released this 30 Dec 05:57
  • New: Add -selfupdate flag to self-update
  • New: Add -version flag to check version

v2.2.0

Choose a tag to compare

@rhysd rhysd released this 17 Dec 13:46
  • Added -count flag to limit number of repositories to clone
  • Added -dry flag to only show which repositories will be cloned by the given query

You can see the detail of flags by -help flag.

v2.1.0

Choose a tag to compare

@rhysd rhysd released this 16 Dec 06:08
  • -token or $GITHUB_TOKEN is now optional
  • Tweak command document

v2.0.0

Choose a tag to compare

@rhysd rhysd released this 12 Dec 21:24
  • Breaking Change: Command line interface was changed
    • Removed -lang and -query
    • Now all positional args are regarded as query
  • Breaking Change: Number of workers is determined based on number of CPUs (previously fixed to 4)
  • Delete all symlinks in repo

v1.1.0

Choose a tag to compare

@rhysd rhysd released this 11 Dec 13:24
  • New: Add -quiet flag
  • Fix: Error handling on cloning with git clone

v1.0.0

Choose a tag to compare

@rhysd rhysd released this 11 Dec 11:35

First release 🎉