New little tool from me: gitkeep! High performance Rust tool to let you manage a local archive of GitHub repositories. It lets you track either individual users or organizations, skip forks, ignore certain repos, have certain users be "frozen" if their GitHub is no longer active but you'd like to preserve it, and smartly pulls new content without running git pull for every single repo (this was how it used to work and the amount of fan noise it generated made me cringe, so I had to fix it). There are prebuilt binaries for all major platforms and architectures on the releases page, or if you have cargo, you can grab it with cargo install gitkeep. https://github.com/trypsynth/gitkeep/releases/tag/v0.1.0