1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .\" Man page generated from reStructuredText.
- .
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .TH "EPY" 1 "2022-05-23" "2022.4.18" "SlackBuilds.org"
- .SH NAME
- epy \- terminal ebook reader
- .\" RST source for epy(1) man page. Convert with:
- .
- .\" rst2man.py epy.rst > epy.1
- .
- .\" rst2man.py comes from the SBo development/docutils package.
- .
- .SH SYNOPSIS
- .sp
- epy [\-h] [\-r] [\-d] [\-v] [PATH | # | PATTERN | URL]
- .SH DESCRIPTION
- .sp
- \fBepy\fP is an ebook reader that runs in a terminal. It supports
- \fBepub\fP, \fBfb2\fP, \fBmobi\fP, \fBazw\fP, and \fBazw3\fP formatted books,
- plus it\(aqs able to view HTML, given a URL. \fBepy\fP only displays text,
- not images.
- .SH OPTIONS
- .INDENT 0.0
- .TP
- .B \-r\fP,\fB \-\-history
- Print reading history.
- .TP
- .B \-d\fP,\fB \-\-dump
- Dump the content of an ebook on standard output.
- .TP
- .B \-v\fP,\fB \-\-version
- Output version number.
- .TP
- .B \-h\fP,\fB \-\-help
- Output usage string.
- .UNINDENT
- .SH FILES
- .sp
- /usr/doc/epy\-2022.4.18/README.md is the complete documentation for \fBepy\fP\&.
- .sp
- ~/.config/epy/ contains the config file, \fBconfiguration.json\fP, and the
- reading history database, \fBstates.db\fP\&.
- .SH COPYRIGHT
- .sp
- See the file /usr/doc/epy\-2022.4.18/LICENSE for license information.
- .SH AUTHORS
- .sp
- epy was written by Benawi Adha.
- .sp
- This man page written for the SlackBuilds.org project
- by B. Watson, and is licensed under the WTFPL.
- .SH SEE ALSO
- .sp
- The epy homepage: \fI\%http://www.epy.org/\fP
- .\" Generated by docutils manpage writer.
- .
|