Blob
Date:
Sun Oct 30 08:26:22 2022
UTC
Message:
remove -v from gg
undocumented flag to dump to stdout the request before doing it. Not
useful, it's debugging leftover.
.\" Copyright (c) 2021, 2022 Omar Polo <op@omarpolo.com>.\".\" Permission to use, copy, modify, and distribute this software for any.\" purpose with or without fee is hereby granted, provided that the above.\" copyright notice and this permission notice appear in all copies..\".\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE..Dd $Mdocdate: January 30 2022$.Dt GG 1.Os.Sh NAME.Nm gg.Nd gemini client.Sh SYNOPSIS.Nm.Bk -words.Op Fl 23Nn.Op Fl C Ar cert.Op Fl d Ar mode.Op Fl H Ar sni.Op Fl K Ar key.Op Fl P Ar host Ns Oo : Ns Ar port Oc.Op Fl T Ar seconds.Ar gemini://....Ek.Sh DESCRIPTION.Nm.Pq gemini getfetches the given gemini page and prints it to standard output..PpThe options are as follows:.Bl -tag -width Ds.It Fl 2Accept only TLSv1.2..It Fl 3Accept only TLSv1.3..It Fl C Ar certificateUse the given client.Ar certificate ..It Fl d Ar modeSpecify what.Nmshould print..Ar modecan be one of:.Bl -tag -width header -compact.It noneprint only the body of the reply.It codeprint only the response code.It headerprint only the response header.It metaprint only the response meta.It allprint the whole response as-is..El.It Fl H Ar sniUse the given.Ar snihost name instead of the one deducted by the IRI or proxy..It Fl K Ar keySpecify the key for the certificate.It's mandatory if.Fl Cis used..It Fl NDisables the server name verification..It Fl nCheck that the given IRI is valid, but don't make any requests..It Fl P Ar host Ns Oo : Ns Ar port OcConnect to the given.Ar hostand.Ar portto do the request instead of the ones extracted by the IRI..Ar portis by default 1965..It Fl T Ar secondsKill.Nmafter.Ar seconds ..El.Sh EXIT STATUSThe.Nmutility exits with zero if the response code was in the 2x range..Sh ACKNOWLEDGEMENTS.Nmuses the.Dq Flexible and EconomicalUTF-8 decoder written by.An Bjoern Hoehrmann ..Sh AUTHORS.An -nosplitThe.Nmutility was written by.An Omar Polo Aq Mt op@omarpolo.com ..Sh CAVEATS.Nmdoesn't do any TOFU.Pq Trust On First Useor any X.509 certificate validation beyond the name verification..Pp.Nmdoesn't follow redirects.
Omar Polo