From 225445e23f4781536898892000a08d11b6a65a97 Mon Sep 17 00:00:00 2001 From: dario <69070+dario@noreply.gitea.com> Date: Mon, 24 Aug 2026 15:02:05 +0000 Subject: [PATCH] Add teacli to Command Line (#197) Adds teacli to Active projects > Applications > Command Line. teacli is a non-interactive CLI for Gitea and Forgejo: no prompts or confirmations, text output by default with `--format json` for machine-readable output, and errors mapped onto documented exit codes, so it can be driven from scripts, CI jobs and agents. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/197 Reviewed-by: Lunny Xiao Co-authored-by: dario <69070+dario@noreply.gitea.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 753ffec..4b7072b 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Entries are grouped by maintenance status: - [gcli](https://github.com/herrhotzenplotz/gcli) - A CLI for Gitea, Gitlab and Github written in C `BSD-2-Clause` `C` - [grp](https://github.com/feraxhp/grp) - A cli tool to interact with github, gitea and local repositories written in rust. `MIT` `Rust` - [tea](https://gitea.com/gitea/tea) - A command line tool to interact with Gitea servers. `MIT` `Go` +- [teacli](https://github.com/rayfish/teacli) - A non-interactive command line tool for Gitea and Forgejo, for scripts, CI jobs and AI agents. `Apache-2.0` `Go` #### Cloud Hosting