etola / git-manager

An interactive command line interface for displaying the state of multiple git repositories in a single screen
MIT License
48 stars 0 forks source link

git-manager

An interactive command line interface for displaying the state of multiple git repositories in a single screen. ( screenshots below )

file explanation

git-manager-gui.py : interactive manager - curses based

.gmconfig : git manager gui is now configured through the ~/.gmconfig file.

                 - Adding a Repository:

                    you can add your repos by adding entries like

                    repo[kortex][/home/tola/src/cpp/lib/kortex]
                    repo[KX-OCV][/home/tola/src/cpp/lib/kortex-ext-opencv]

                    there are other ways to add repositories

                    for example a repository named 'kortex' at location '/home/tola/src/cpp/lib/kortex'
                    could be included using

                    repo[kortex][/home/tola/src/cpp/lib/kortex]

                    or

                    repo_d[kortex][src/cpp/lib] --> looks inside ${HOME}

                    if you have a master directory where you keep all your
                    projects, you can add all the files under the directory
                    using:

                    repo_dir[/full/path/to/directory][]

                    for example:

                    repo_dir[/home/tola/src/cpp/applications][] adds

                    everything

                 - 'seperator' keyword:

                    this keyword displays a horizontal line in the display
                    for visual separation of repositories

                 - Defining a remote:
                   you can define remote names and symbols as:
                     remote[HEAD][H]
                     remote[borg][B]
                     remote[local][L]

                   symbols need to be single letters but it is not checked
                   in this version...

some tips:

Some Example Screenshots:

Full Screen View (Enough space in screen to display detailed info for repo): Alt text

Legend Overlay: Alt text

Only Summary View is displayed if not enough space is available: Alt text