gmnlm.scd (732B)
1 gmnlm(1) 2 3 # NAME 4 5 gmnlm - Gemini line-mode browser 6 7 # SYNPOSIS 8 9 *gmnlm* [-PU] [-j _mode_] [-R _redirs_] [-W _width_] _gemini://..._ 10 11 # DESCRIPTION 12 13 *gmnlm* is an interactive line-mode Gemini browser. 14 15 # OPTIONS 16 17 *-A* 18 Disable use of ANSI escape sequences (used to render headings bold). 19 20 *-j* _mode_ 21 Sets the TOFU (trust on first use) configuration, which controls if the 22 client shall trust new certificates. _mode_ can be one of *always*, 23 *once*, or *fail*. 24 25 *-P* 26 Disable pagination. 27 28 *-R* _redirs_ 29 Sets the maximum number of redirects, negative argument disables limit. 30 31 *-U* 32 Disable conservative use of Unicode symbols to render Gemini layout 33 features. 34 35 *-W* _width_ 36 Sets the maximum width, in columns, of Gemtext pages.