Getting started

you will need a .csv file containing your repos with this format:

"alias", "path"

"repo" , "~/path/repo"

Rust-cli

Build the proyect and set the executable to your path

cargo run --release

Usign rust add-repos cli

Add a new repository to the .csv file containing your repos

    add-repos -a golang -p ~\desktop\golang-proyect

the .csv file should look like this:

"alias", "path"

"golang" , "C:\User\user\desktop\golang-proyect"

Powershell set-repo cli

Add this code to your $PROFILE

The powershell cli should have more validations and error handling but it is not rust