Package Details: gcli 2.8.0-3

Git Clone URL: https://aur.archlinux.org/gcli.git (read-only, click to copy)
Package Base: gcli
Description: A CLI for Github, Gitlab and Gitea written in C
Upstream URL: https://github.com/herrhotzenplotz/gcli
Keywords: c cli gcli gitea github gitlab
Licenses: BSD-2-Clause
Submitter: Werenter
Maintainer: Werenter
Last Packager: Werenter
Votes: 1
Popularity: 0.000004
First Submitted: 2023-12-10 13:16 (UTC)
Last Updated: 2025-08-19 15:17 (UTC)

Latest Comments

Werenter commented on 2025-08-19 15:12 (UTC)

@m040601, done.

m040601 commented on 2025-08-13 15:26 (UTC) (edited on 2025-08-13 15:27 (UTC) by m040601)

Thanks for maintaining this PKGBUILD. A usefull and promising tool. Independent of a specific forge.

tar tf gcli-2.8.0.tar.bz2

...
gcli-2.8.0/Changelog.md
gcli-2.8.0/README.md
....
gcli-2.8.0/docs/website/tutorial/01-Installation.md
gcli-2.8.0/docs/website/tutorial/02-First-Steps.md
gcli-2.8.0/docs/website/tutorial/03-Find-Documentation.md
gcli-2.8.0/docs/website/tutorial/04-Account-Setup.md
gcli-2.8.0/docs/website/tutorial/05-Creating-an-issue.md
gcli-2.8.0/docs/website/tutorial/06-Commenting.md
gcli-2.8.0/docs/website/tutorial/07-Creating-a-pull-request.md
gcli-2.8.0/docs/website/tutorial/08-Other-forges.md
....

This is a fast changing tool. Please make sure to install the Changelog.md to,

/usr/share/doc/gcli/Changelog.md

Those .md files in docs/webisite/tutorial are used to build the online version of the documentation.

That very important tutorial is only available online. It is essential to get started and understand how to use the tool the first time.

It is not easy to get started without that tutorial. The man pages dont have that information.

But they are very usable and simple to read markdown files that can be used offline. Please install them to

/user/share/doc/gcli/tutorial/01-...
/user/share/doc/gcli/tutorial/02-... etc

Thanks in advance.