aboutsummaryrefslogtreecommitdiffstats
path: root/gitea-cli/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-06 11:08:40 +0200
committerDanilo M. <danix@danix.xyz>2026-07-06 11:08:40 +0200
commit8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8 (patch)
treed82c365f256a93a825b0299478394bcd0f7261e5 /gitea-cli/README
parent3ab88b314055d006d047baf6fe4daac14993d25c (diff)
downloadmy-slackbuilds-8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8.tar.gz
my-slackbuilds-8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'gitea-cli/README')
-rw-r--r--gitea-cli/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/gitea-cli/README b/gitea-cli/README
new file mode 100644
index 0000000..072bcae
--- /dev/null
+++ b/gitea-cli/README
@@ -0,0 +1,23 @@
+gitea-cli (Gitea command line tool)
+
+This package provides "tea", the official Gitea command line client. It
+is named gitea-cli here because SBo already has an unrelated "tea"
+package (a text editor). The installed command is still called "tea".
+
+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