aboutsummaryrefslogtreecommitdiff
path: root/man/man1/xgo.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 21:18:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 21:18:45 +1200
commit974da7f15d5f8c50ca9b42a16f5a590704d0aa3a (patch)
tree826cd3034e3900a17208120cebc5ec71aaad1073 /man/man1/xgo.1
parentRemove unneeded options from dmenu_run (diff)
downloaddotfiles-974da7f15d5f8c50ca9b42a16f5a590704d0aa3a.tar.gz
dotfiles-974da7f15d5f8c50ca9b42a16f5a590704d0aa3a.zip
Refactor br(1), brxs(1), add xgo(1) and xgoc(1)
Including updating keybindings
Diffstat (limited to 'man/man1/xgo.1')
-rw-r--r--man/man1/xgo.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/xgo.1 b/man/man1/xgo.1
new file mode 100644
index 00000000..13cbdd37
--- /dev/null
+++ b/man/man1/xgo.1
@@ -0,0 +1,14 @@
+.TH XGO 1 "August 2016" "Manual page for xgo"
+.SH NAME
+.B xgo
+\- view the given URL in an appropriate program, falling back on $BROWSER
+.SH SYNOPSIS
+.B xgo
+.SH DESCRIPTION
+.B xgo
+examines each of its arguments and opens an appropriate program to view it,
+falling back on $BROWSER.
+.SH SEE ALSO
+br(1), xgoc(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>