Add a manpage for sacc. - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit 5c10dfa5f6509dc68ce73cea0a0cc9bba2563cdf
parent 4bd05245a7e902afa21a6985ac724bf7ab13ff50
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  4 Feb 2018 11:46:07 +0100

Add a manpage for sacc.

Diffstat:
  A sacc.1                              |      90 +++++++++++++++++++++++++++++++

1 file changed, 90 insertions(+), 0 deletions(-)
---
diff --git a/sacc.1 b/sacc.1
@@ -0,0 +1,90 @@
+.TH SACC 1 2018-02-24
+.SH NAME
+sacc \- a terminal gopher client
+.SH SYNOPSIS
+.B sacc
+.IR URL
+.PP
+.SH DESCRIPTION
+.B sacc
+is a terminal gopher client. Gopher is a simple protocol to retreive
+hierarchical information. The protocol is defined in
+.I RFC 1436
+(Gopher).
+.SH SHORTCUTS
+Shortcuts can be redefined in the
+.I config.h.
+The manpage is showing the default shortcuts.
+.TP
+.B Down or j
+Move one line down.
+.TP
+.B J
+Move to the next link item downwards.
+.TP
+.B Up or k
+Move one line up.
+.TP
+.B K
+Move to the next link item upwards.
+.TP
+.B PgDown or Space
+Move one page down.
+.TP
+.B PgUp or b
+Move one page up.
+.TP
+.B Home or g
+Move to the top of the page.
+.TP
+.B End or G
+Move to the end of the page.
+.TP
+.B Right or l
+View highlighted item.
+.TP
+.B Left or h
+View previous item.
+.TP
+.B L
+Refetch currently viewed item.
+.TP
+.B /
+Search in the current page.
+.TP
+.B n
+Search the same string forward.
+.TP
+.B N
+Search the same string backwards.
+.TP
+.B u
+Print URI of the highlighted item.
+.TP
+.B ?
+Show the help message of shortcuts.
+.TP
+.B ^D or q
+Exit sacc.
+.SH PLUMBER
+When some file is opened
+.I sacc
+cannot open natively, it will run
+.I xdg-open.
+This can be configured in the
+.I config.h
+to run some other plumber.
+.SH CUSTOMIZATION
+.B sacc
+can be customized by creating a custom config.h and (re)compiling the source
+code. This keeps it fast, secure and simple.
+.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 clic (1),
+.BR xdg-open (1)
+.SH BUGS
+Please report them to Quentin Rameau