From ab5013783c1dfbffa8b9863d00e6a437ed8e1df8 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Sat, 5 Nov 2022 19:40:12 +0900 Subject: [PATCH] docs: Add motivation section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cdad048..4f3d268 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Yet another repository management with auto-attaching profiles. +## 🔥 Motivation +[ghq](https://github.com/x-motemen/ghq) is the most famous solution to resolve stress of our repository management currently. +However, I wanted to customise the git configuration by some rules, such as using my company email in their repositories. + +To achieve that, ghq was not enough for me. +So I have rewritten them as simple, in Rust, the robust and modern language today. + ## 📦 Installation ```shell cargo install ghr