github awaescher/RepoZ v3.3
Version 3.3

latest releases: v5.5.1, v5.5, v5.4...
5 years ago

Party like it's 1999

... when Windows install wizards were a thing 🧙

Finally, I pulled out good old NSIS to make a Windows Installer for RepoZ and grr.
It will install RepoZ and add its directory to the Windows PATH variable. Hopefully, this will lower the barriers to use grr in your command line tools since manual steps to edit the PATH are now a thing of the past.

Windows Installer

This release also brings RegEx filters back to grr.

By default, repository filters are LIKE-filters, so grr Rep returns all repositories containing "rep" (case insensitive) no matter if it is at the beginning, end or middle of the name.
If you need more control, you can put square brackets around your filter to use the power of Regular Expressions so if you want to search for repositories ending with "Z", for example, just go with grr [.*Z] .

Don't miss a new RepoZ release

NewReleases is sending notifications on new releases.