update manual

pull/22/head
chris west 4 years ago
parent b6cea29372
commit 6fd90872e7

@ -4,7 +4,7 @@
.nh .nh
.ad l .ad l
.\" Begin generated content: .\" Begin generated content:
.TH "PHETCH" "1" "2020-01-12" .TH "PHETCH" "1" "2020-05-30"
.P .P
.SH NAME .SH NAME
.P .P
@ -71,6 +71,18 @@ Tor default of 127.0.0.1:9050.
Disable Tor. Disable Tor.
.P .P
.RE .RE
\fB-m\fR, \fB--media\fR \fIPATH\fR
.RS 4
Use program at \fIPATH\fR to open media files (movies and sounds).
Default: mpv
.P
.RE
\fB-M\fR, \fB--no-media\fR
.RS 4
Don't try to open media files. Download them like regular binary
Gopher items.
.P
.RE
\fB-c\fR, \fB--config\fR \fIFILE\fR \fB-c\fR, \fB--config\fR \fIFILE\fR
.RS 4 .RS 4
Use \fIFILE\fR instead of \fI~/.config/phetch/phetch.conf\fR Use \fIFILE\fR instead of \fI~/.config/phetch/phetch.conf\fR
@ -251,7 +263,7 @@ If you create a \fIhistory.gph\fR file in \fI~/.config/phetch/\fR, each Gopher
URL you open will be stored there. URL you open will be stored there.
.P .P
New URLs are appended to the bottom, but loaded in reverse order, so New URLs are appended to the bottom, but loaded in reverse order, so
you'll see all the most recently visited pages first when you press you'll see all the most recently visited pages first when you press
the \fBa\fR key. the \fBa\fR key.
.P .P
Feel free to edit your history file directly, or share it with your Feel free to edit your history file directly, or share it with your
@ -282,11 +294,22 @@ tor no
# Always start in wide mode\&. # Always start in wide mode\&.
wide no wide no
# Program to use to open media files\&.
media mpv
# Use emoji indicators for TLS & Tor\&. # Use emoji indicators for TLS & Tor\&.
emoji no emoji no
.fi .fi
.RE .RE
.P .P
.SH MEDIA PLAYER SUPPORT
.P
\fBphetch\fR includes support for opening video files (`;` item type) and
sound files (`s` item type) in `mpv` or an application of your choice
using the `-m` command line flag. To test it out, visit a compatible
Gopher server or check out the "gopher types" help page by lauching
\fBphetch\fR and then pressing `ctrl-h` then `3`.
.P
.SH ABOUT .SH ABOUT
.P .P
\fBphetch\fR is maintained by chris west, and released under the MIT license. \fBphetch\fR is maintained by chris west, and released under the MIT license.

@ -214,6 +214,14 @@ media mpv
emoji no emoji no
``` ```
# MEDIA PLAYER SUPPORT
*phetch* includes support for opening video files (`;` item type) and
sound files (`s` item type) in `mpv` or an application of your choice
using the `-m` command line flag. To test it out, visit a compatible
Gopher server or check out the "gopher types" help page by lauching
*phetch* and then pressing `ctrl-h` then `3`.
# ABOUT # ABOUT
*phetch* is maintained by chris west, and released under the MIT license. *phetch* is maintained by chris west, and released under the MIT license.

Loading…
Cancel
Save