From 85070cb968652c9b9cef6a28b733026c02fd5cf1 Mon Sep 17 00:00:00 2001 From: feraxhp Date: Tue, 8 Oct 2024 15:38:44 +0000 Subject: [PATCH] * grp cli tool added (#153) Added a new CLI tool to interact with GitHub, Gitea and local repos. Co-authored-by: techknowlogick Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/153 Reviewed-by: techknowlogick Co-authored-by: feraxhp Co-committed-by: feraxhp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3996af9..eb353c1 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [gcli](https://github.com/herrhotzenplotz/gcli) - A CLI for Gitea, Gitlab and Github written in C - [gitea-cli](https://github.com/bashup/gitea-cli) - Extensible, configurable command-line API client for gitea and gogs. - [gitea-installer](https://github.com/uvulpos/gitea-installer) - a simple ubuntu native installer script +- [grp](https://github.com/feraxhp/grp) - A cli tool to interact with github, gitea and local repositories written in rust. - [makepr](https://github.com/hrgdavor/makepr) - Quickly open url to start PR process with current branch. - [sip](https://gitea.com/jolheiser/sip) - A prompt-based command line tool to interact with Gitea servers. - [tea](https://gitea.com/gitea/tea) - A command line tool to interact with Gitea servers.