Skip to content

yodamad/heimdall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

The complete documentation can be found on the dedicated docsite and here is a quick demo of the interactive mode ⤵️

Simple demo

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.