aboutsummaryrefslogtreecommitdiffstats
path: root/tea/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-06 10:55:01 +0200
committerDanilo M. <danix@danix.xyz>2026-07-06 10:59:52 +0200
commite74a675c79a9260689166ffec8459c975f599cd1 (patch)
tree84cd9398f5913f2a8fe7b0c0104e03a0607e713c /tea/README
parentcb5aec98f236481540645d2d23cbdde0bb86e6fe (diff)
downloadmy-slackbuilds-e74a675c79a9260689166ffec8459c975f599cd1.tar.gz
my-slackbuilds-e74a675c79a9260689166ffec8459c975f599cd1.zip
tea: add version 0.14.2
Gitea command line client, built from source with go build. Network build (upstream tarball is not vendored), personal repo only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'tea/README')
-rw-r--r--tea/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/tea/README b/tea/README
new file mode 100644
index 0000000..bdb6df7
--- /dev/null
+++ b/tea/README
@@ -0,0 +1,19 @@
+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