Clone
clone: git://shithub.us/moody/tlsclient gits://shithub.us/moody/tlsclient
push: hjgit://shithub.us/moody/tlsclient
patches to: moody@mail.posixcafe.org
Last commit
80cf8cd0
– Jacob
– 2021-02-22T19:05:51-05:00
Remove unneeded l flag for printf in 9cpu
About
tlsclient: tlsclient(1) for unix
This repo contains three programs, tlsclient itself, 9cpu and git-remote-hjgit.
9cpu acts as rcpu(1).
Git-remote-hjgit is a git remote helper for unix git that allows use of hjgit repos.
Most of the tlsclient code is pillaged from jsdrawterm: https://github.com/aiju/jsdrawterm
Usage:
tlsclient [ -u user] [ -h host ] [ -a auth ] -p port cmd...
9cpu [ -u user ] [ -h host ] [ -a auth ] cmd...
Example:
9cpu -u moody -h shithub.us -a p9auth.shithub.us newrepo tlsclient
# with git-remote-hjgit in your $PATH
git clone hjgit://shithub.us/user/repo
Bugs:
Currently tlsclient uses gnutls, a better alternative is welcome.