aboutsummaryrefslogtreecommitdiff
path: root/man/man1/xgo.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:37:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:37:28 +1200
commitd6b30b670d2363a643e071cc040302abacb30177 (patch)
tree409f8935029dca341ee4809581d375bd3a42cae4 /man/man1/xgo.1
parentClean up temporary files before apf(1) exec (diff)
downloaddotfiles-d6b30b670d2363a643e071cc040302abacb30177.tar.gz
dotfiles-d6b30b670d2363a643e071cc040302abacb30177.zip
Update documentation for br(1) and xgo(1)
Diffstat (limited to 'man/man1/xgo.1')
-rw-r--r--man/man1/xgo.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/man1/xgo.1 b/man/man1/xgo.1
index 13cbdd37..5eec6517 100644
--- a/man/man1/xgo.1
+++ b/man/man1/xgo.1
@@ -6,8 +6,12 @@
.B xgo
.SH DESCRIPTION
.B xgo
-examines each of its arguments and opens an appropriate program to view it,
-falling back on $BROWSER.
+examines each of its arguments, including making an HTTP HEAD request to try
+and get its MIME type, and then opens an appropriate program to view it,
+falling back on $BROWSER. The choices of application are very opinionated.
+.SH FUTURE
+There could probably be a MIME-type and/or URL-pattern to program configuration
+file, rather than hard-coding it.
.SH SEE ALSO
br(1), xgoc(1)
.SH AUTHOR