• Stars
    star
    892
  • Rank 49,137 (Top 1.0 %)
  • Language
    C#
  • License
    MIT License
  • Created about 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements

Maintainability Rating Reliability Rating Security Rating Bugs Vulnerabilities

Build Status

RepoZ

RepoZ is a zero-conf git repository hub with Windows Explorer- & CLI-enhancements. It uses the git repositories on your machine to create an efficient navigation widget and makes sure you'll never lose track of your work along the way.

It's populating itself as you work with git. It does not get in the way and does not require any user attention to work.

RepoZ will not compete with your favourite git clients, so keep them. It's not about working within a repository: It's a new way to use all of your repositories to make your daily work easier.

📦 Check the Releases page to download the latest version and see what's new!

🍫 Available on chocolatey as well, just use choco install repoz.

The Hub

The hub provides a quick overview of your repositories including their current branch and a short status information. Additionally, it offers some shortcuts like revealing a repository in the Windows Explorer or macOS Finder, opening a command line tool in a given repository and checking out git branches.

RepoZ is available for Windows and macOS.

Screenshot

"Well ok, that's a neat summary ..." you might say "... but how does this help?".

If you are working on different git repositories throughout the day, you might find yourself wasting time by permanently switching over from one repository to another. If you are like me, you tend to keep all those windows open to be reused later, ending up on a window list which has to be looped through all the time.

With RepoZ, you can instantly jump into a given repository with a file browser or command prompt. This is shown in the following gif.

Navigation

For Windows, use the hotkeys Ctrl+Alt+R to show RepoZ. On Mac it's Command+Alt+R*.

To open a file browser, simply press Return on the keyboard once you selected a repository. To open a command prompt instead, hold Ctrl on Windows or Command on macOS while pressing Return. These modifier keys will also work with mouse navigation.

* On Mac you need to give RepoZ access to the keyboard events in the system privacy settings. Once you have done this, you might need to restart the app.

Command Line Sidekick

RepoZ is a UI-centered tool but comes with a sidekick app called grr to empower the command line hackers. With grr, the information from RepoZ can be brought to any command line tool.

It supports ...

  • listing all repositories found in RepoZ including their branch and status information
  • filtering for repository names, branches or paths (to list or jump) by RegEx patterns, like grr [M.*]
  • jumping directly to a repository path by adding the cd command, like grr cd MyRepo
  • opening a file browser in a repository from anywhere in your command prompt with grr open MyRepo
  • list files in a repository following a pattern with grr list MyRepo *.sln (add -r for recursive search)
  • open files in a repository directly with grr open MyRepo *.sln (add -e for elevated mode, "as Admin")

See it in action in a (styled) powershell console:

Screenshot

Don't forget to have a look at grr help once you get your hands on.

Enhanced Windows Explorer Titles

As an extra goodie for Windows users, RepoZ automatically detects open File Explorer windows and adds a status appendix to their title if they are in context of a git repository.

Screenshot

Dependencies ⚠︎

Some user reported crashes at program start. Please make sure to install the .NET Framework Runtime v4.7.2 if you experience similar issues.

Credits

The grr app icon was made by Freepik from www.flaticon.com and is licensed by CC 3.0 BY

More Repositories

1

Fusion

🧰 A modern alternative to the Microsoft Assembly Binding Log Viewer (FUSLOGVW.exe)
C#
669
star
2

StageManager

Stage Manager for Microsoft Windows
C#
90
star
3

FluentDragDrop

🖱 The sexiest Drag&Drop for WinForms on this planet.
C#
88
star
4

ObviousAwait

🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
C#
70
star
5

WinFormsCT

☢️ The one and only computer tomographer for Windows Forms user interfaces
C#
43
star
6

PathEd

📌 A deployable tool to add or remove values from the Windows PATH variable.
C#
35
star
7

SendKeys

⌨️ A deployable tool to send key input per command line.
C#
31
star
8

FluentTransitions

▶ Smooth UI animations & transitions for .NET
C#
30
star
9

Vibrancy.Forms

📱 Blur and Vibrancy effects for iOS and iPadOS with Xamarin.Forms
C#
24
star
10

Aloha.Barcodes

Barcode reading plugin for .NET MAUI and Xamarin.Forms
C#
21
star
11

quicsharp

⚙️ A simple scripting app using an abstracted C# scripting engine with Roslyn, ScriptCs or CodeDom
C#
8
star
12

RepoZ-RepositoryActions

💪 Community powered repository actions for RepoZ, the git repository hub.
7
star
13

PoshX

A simple PowerShell profile to make its console window look a bit like the Terminal on macOS.
PowerShell
4
star
14

Poshify

Code to enable posh-git (or similar) for different command line interfaces
Shell
4
star
15

aroundwalkslanguagely

Eine furchtbare Liste von unübersetzbaren Übersetzungen deutscher/schwäbischer Ausdrücke *** A terrible set of untranslatable translations of colloquial german/swabian sayings
2
star
16

homebridge-kiwigrid

A HomeBridge plugin to connect local KiwiGrid installations (like Solarwatt EnergyManager) to HomeKit.
TypeScript
2
star
17

CommandLine

A tiny tool to show the command line arguments passed to it
C#
2
star
18

pu-br

PowerShell functions to simplify git command line tasks
PowerShell
1
star
19

kiwi

Discover devices and read their values from your kiwigrid installation
C#
1
star
20

home-battery-widget

An iOS 16 lockscreen widget to display home batteries with Scriptable
JavaScript
1
star