Add man page - holymoly - A tor enabled gopher client written in CHICKEN scheme
 (HTM) git clone git://vernunftzentrum.de/holymoly.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a6bc0fc923f48cfb93d9361e89be50eb520f512e
 (DIR) parent c8432a06b7d48708b2e9409f0e2ed1a030dc90c9
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Tue, 11 Sep 2018 16:13:41 +0200
       
       Add man page
       
       Diffstat:
         holymoly.1                          |      72 +++++++++++++++++++++++++++++++
       
       1 file changed, 72 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/holymoly.1 b/holymoly.1
       @@ -0,0 +1,72 @@
       +.TH HOLYMOLY 1
       +.Sh NAME
       +holymoly \- an ncurses gopher client with SOCKS proxy support
       +.Sh SYNOPSIS
       +.Nm holymoly
       +.Ar gopher-uri
       +.Sh DESCRIPTION
       +.Nm holymoly
       +is an ncurses gopher client. It will connect to a SOCKS5 proxy
       +listening on localhost port 9050 by default (tor).
       +
       +It will open the given URI or the compiled in start page
       +.Ql gopher://vernunftzentrum.de/1/ckeen .
       +
       +On the screen gopher items are printed. Menu items are prefixed with
       +a
       +.Ql >
       +marking them as selectable. A highlighted line marks the
       +current cursor position. Errorenous entries are marked with
       +.Ql !
       +and left as is for further inspection
       +
       +The cursor can be moved with the up/down arrows. Paging is done with
       +space/backspace and page up / page down keys respectively.
       +
       +The left arrow key will navigate to the last visited page.
       +
       +The program can be exited any time by pressing
       +.Ql q .
       +
       +Pressing enter selects a marked item. If it is a file item or a menu
       +item the pager is loaded with its content.  image and gif items, as
       +well as the non-standard 'h' url item will be piped to
       +.Xr xdg-open 1
       +.
       +
       +For all other items a save dialog appears asking for a path to save
       +the file.
       +
       +.Ss Keyboard controls
       +
       +.Bl -bullet -offset indent
       +.It
       +q quits
       +.Nm holymoly
       +.It
       +<arrow up> / <arrow down> move cursor
       +.It
       +<space> / <pagedown> scroll one page down
       +.It
       +<backspace> / <pageup> scroll one page up
       +.It
       +<left arrow> move one selector back in history
       +.It
       +G open dialog to edit current uri
       +.It
       +g open dialog to visit new uri
       +.It
       +h go to start page
       +.It
       +s visit search uri (default: veronica 2)
       +.El
       +.Sh ENVIRONMENT
       +.Bl  -offset indent
       +.It
       +SOCKSPROXY \- If set this will override the default
       +.Ql localhost:9050 .
       +If set to anything but a host:port combination no proxy is used.
       +.El
       +.Sh SEE ALSO
       +.Xr xdg-open 1
       +.Xr gopher 1