cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

cgmnlm.scd (866B)


      1 gmnlm(1)
      2 
      3 # NAME
      4 
      5 cgmnlm - colored Gemini line-mode browser
      6 
      7 # SYNPOSIS
      8 
      9 *cgmnlm* [-PUAT] [-j _mode_] [-R _redirs_] [-W _width_] _gemini://..._
     10 
     11 # DESCRIPTION
     12 
     13 *cgmnlm* is an interactive line-mode Gemini browser.
     14 
     15 # OPTIONS
     16 
     17 *-j* _mode_
     18 	Sets the TOFU (trust on first use) configuration, which controls if the
     19 	client shall trust new certificates. _mode_ can be one of *always*,
     20 	*once*, or *fail*.
     21 
     22 *-P*
     23 	Disable pagination.
     24 
     25 *-R* _redirs_
     26 	Sets the maximum number of redirects, negative argument disables limit.
     27 
     28 *-U*
     29 	Disable conservative use of Unicode symbols to render Gemini layout
     30 	features.
     31 
     32 *-W* _width_
     33 	Sets the maximum width, in columns, of Gemtext pages.
     34 
     35 *-A*
     36 	Show alternate text of preformatted sections instead of the preformatted text by default.
     37 
     38 *-T*
     39 	Automatically open files downloaded with *t* command in default viewer (requires *xdg-open*)