A python script to generate a myrepos config file from a Gitlab instance.
You don't want to waste your time checking out all your Gitlab repositories but you are too lazy to maintain a myrepos config manually. Then this tool is for you.
gitlab2mr is available via pypi:
pip install --user gitlab2mr
or better
pipx install gitlab2mr
gitlab2mr -u <url-of-your-gitlab-instance> -t <private-access-token> -f ".mrconfig.gitlab"