Andreas Wäscher is an independent German developer whose open-source utilities focus on removing everyday friction for Windows power-users; his flagship tool, RepoZ, quietly aggregates every local Git repository into a searchable, zero-configuration dashboard that augments both Windows Explorer and the command line with branch status, stash counters, and ahead/behind figures, letting developers jump between dozens of projects without manually typing paths or keeping multiple Git windows open. Written in .NET and distributed under the MIT license, the utility behaves like a memory-resident hub: it auto-detects repositories as they appear on disk, surfaces them in a jump-list that can be pinned to the taskbar, and injects contextual information directly into the Explorer address bar and the default cmd/PowerShell prompts so that context switches become a single click or keystroke. Typical use cases range from consultants who maintain parallel client forks, to teachers juggling hundreds of student repositories, to DevOps engineers who need a quick visual sanity check before bulk-pulling or stashing work across micro-services. Because the program never writes to the repos themselves and requires no background service, it doubles as a lightweight audit companion that reveals forgotten feature branches or uncommitted changes across drives. The same minimalist philosophy—small memory footprint, portable binaries, dark-mode-aware GUI—carries over to Wäscher’s other experiments, all published on his GitHub profile under the handle awaescher. RepoZ and any future releases are available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream build, and can be queued alongside other applications for unattended batch installation.
A zero-conf git repository hub with Windows Explorer & CLI-enhancements.
Details