Add the clic manpage. - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7d77950b670a06876d1c715ff5d1fc3efbddd5ae
 (DIR) parent ce97c575a3ee47a5507862d0c3bf8f353da35897
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  4 Feb 2018 13:50:02 +0100
       
       Add the clic manpage.
       
       Diffstat:
         A clic.1                              |      62 +++++++++++++++++++++++++++++++
       
       1 file changed, 62 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/clic.1 b/clic.1
       @@ -0,0 +1,62 @@
       +.TH CLIC 1 clic\-VERSION
       +.SH NAME
       +clic \- a terminal gopher client
       +.SH SYNOPSIS
       +.B clic
       +.IR [URL]
       +.PP
       +.SH DESCRIPTION
       +.B clic
       +is a terminal gopher client. Gopher is a simple protocol to retreive
       +hierarchical information. The protocol is defined in
       +.I RFC 1436
       +(Gopher).
       +.SH COMMANDS
       +Clic is using a simple commandline for telling it what to do. Here are the
       +commands you can enter.
       +.TP
       +.B Number
       +go to link with the specified number.
       +.TP
       +.B p or / or cd ..
       +Go to previous page.
       +.TP
       +.B h
       +Display the history.
       +.TP
       +.B b or -
       +Display the bookmarks and choose a link from it.
       +.TP
       +.B a or +
       +Add a bookmark.
       +.TP
       +.B d
       +Dump raw item information.
       +.TP
       +.B r or ls or *
       +Reload the page.
       +.TP
       +.B help
       +Show the help page.
       +.TP
       +.B / text
       +Search for the specified text.
       +.TP
       +.B ^D or x or q or . or exit
       +Exit clic.
       +.SH PLUMBER
       +When some file is opened
       +.I clic
       +cannot open natively, it will run
       +.I xdg-open.
       +.SH AUTHORS
       +See the LICENSE file for the authors.
       +.SH LICENSE
       +See the LICENSE file for the terms of redistribution.
       +.SH SEE ALSO
       +.BR geomyidae (8),
       +.BR sacc (1),
       +.BR xdg-open (1)
       +.SH BUGS
       +See the TODO file in the distribution.
       +