./devel/gcli, Portable CLI tool for interacting with Git(Hub|Lab|Tea)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.0, Package name: gcli-2.2.0, Maintainer: tm

Portable CLI tool for interacting with Git(Hub|Lab|Tea) from the command line.

The official GitHub CLI tool only supports GitHub. I wanted a simple
unified tool for various git forges such as GitHub and GitLab because
every forge does things differently yet all build on Git and
purposefully break with its philosophy.

Also, the official tool from Github is written in Go, which does manual
DNS resolution which is a massive security vulnerability for people using
Tor as it leaks your IP to the DNS server. This program builds upon libcurl,
which obeys the operating system's DNS resolution mechanisms and thus
also works with Tor.


Master sites:

Filesize: 446.274 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-16 10:06:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
gcli: improve HOMEPAGE
   2024-03-16 10:01:25 by Thomas Merkel | Files touched by this commit (4)
Log message:
gcli: add gcli version 2.2.0

Portable CLI tool for interacting with Git(Hub|Lab|Tea) from the command line.