From 8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 6 Jul 2026 11:08:40 +0200 Subject: gitea-cli: rename from tea to avoid SBo conflict SBo already has an unrelated "tea" package (a text editor). Rename the package to gitea-cli; the installed binary stays /usr/bin/tea. Co-Authored-By: Claude Opus 4.8 --- tea/README | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tea/README (limited to 'tea/README') diff --git a/tea/README b/tea/README deleted file mode 100644 index bdb6df7..0000000 --- a/tea/README +++ /dev/null @@ -1,19 +0,0 @@ -tea (Gitea command line tool) - -tea is the official command line tool for Gitea and Forgejo. It talks -to a server through the Gitea API and lets you manage repositories, -issues, pull requests, releases, labels, milestones, comments and more -without leaving the terminal. - -Log in to a server once with "tea login add", then run commands such as -"tea issues", "tea pulls", "tea releases" or "tea repos" against it. It -can autodetect the target repo from the current git remote. - -tea is written in Go and distributed as a single static binary. No -runtime dependencies are required. - -This build is compiled from source. The build fetches Go modules over -the network (the upstream tarball is not vendored), so an internet -connection is required at build time. - -Homepage: https://gitea.com/gitea/tea -- cgit v1.2.3