From 096a74b872061c0c3f76428c9f20ba225c7e45a1 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 3 Apr 2025 16:39:53 +0200 Subject: [PATCH] docs: improved readme --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 47d4eae..ba68978 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,10 @@ -# gogitlabber +# GoGitlabber This project is inspired from the python application called gitlabber (https://github.com/ezbz/gitlabber). -It is mainly to learn Golang. But also to make something that specifically solves my problem. :) +It is mainly to learn Golang. But also to make something that specifically +solves my problem. :) + +It is definitely not as feature-rich as the original project... :) The program can clone and pull all repositories you have access to on a selfhosted or SaaS provided Gitlab server. It only supports the HTTP access method.