Skip to content

Welcome to Heimdall

A CLI to help with your git directories (for now 😉).

Based on the myth of the Nordic God, Heimdall, the CLI is here to ease with your multiple Git repositories.

For now, Heimdall has 2 main commands :

  • Git-info to help you manage all your git repositories and now their current branch, if they have some local changes or if they are behind the remote repository
  • Git-clone to clone a git repository and keep the same path

How to install

On MacOS:

Heimdall is available through brew

brew tap yodamad/tools
brew install heimdall

On Linux: ⚠️ Use it at your own risk for now ⚠️

There are available on Release page but not well tested to be honest

On Windows: ❌ Not available for now, some compatibilities problems.

WSL2 option

It works with the linux version

How to configure

All the configuration elements are detailed in the configuration file section.

You can override this value with the --config-file or -f flag defined in the global flags.