aboutsummaryrefslogtreecommitdiff
path: root/man
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
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')
-rw-r--r--man/man1/brxs.117
-rw-r--r--man/man1/xgo.114
-rw-r--r--man/man1/xgoc.113
3 files changed, 27 insertions, 17 deletions
diff --git a/man/man1/brxs.1 b/man/man1/brxs.1
deleted file mode 100644
index fe6adb95..00000000
--- a/man/man1/brxs.1
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH BRXS 1 "August 2016" "Manual page for brxs"
-.SH NAME
-.B brxs
-\- launch "$BROWSER" with the contents of the X clipboard as the sole argument
-.SH SYNOPSIS
-.B brxs
-BROWSER=firefox
-.B brxs
-.SH DESCRIPTION
-.B brxs
-runs br(1) with the contents of the X selection buffer as retrieved by xsel(1)
-as its sole argument. The intent is to have a quick way to fire up the browser
-to look at an URL you have in your clipboard.
-.SH SEE ALSO
-br(1)
-.SH AUTHOR
-Tom Ryder <tom@sanctum.geek.nz>
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>
diff --git a/man/man1/xgoc.1 b/man/man1/xgoc.1
new file mode 100644
index 00000000..a4c23571
--- /dev/null
+++ b/man/man1/xgoc.1
@@ -0,0 +1,13 @@
+.TH XGOC 1 "August 2016" "Manual page for xgoc"
+.SH NAME
+.B xgoc
+\- view an URL in the X clipboard in an appropriate program
+.SH SYNOPSIS
+.B xgoc
+.SH DESCRIPTION
+.B xgoc
+reads an URL from the X clipboard with xsel(1) and runs xgo(1) on it.
+.SH SEE ALSO
+br(1), xgoc(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>