aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-13 17:20:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-13 17:20:18 +1200
commitb155b88cd3caf1f7e4126c1056a0b13228c5baa3 (patch)
tree6be7aa2617ceefd79162b523810e1d0d2f137c2d /man
parentAdd br(1) (diff)
downloaddotfiles-b155b88cd3caf1f7e4126c1056a0b13228c5baa3.tar.gz
dotfiles-b155b88cd3caf1f7e4126c1056a0b13228c5baa3.zip
Add brxs(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/br.15
-rw-r--r--man/man1/brxs.117
2 files changed, 22 insertions, 0 deletions
diff --git a/man/man1/br.1 b/man/man1/br.1
index 452e3479..5d4d928b 100644
--- a/man/man1/br.1
+++ b/man/man1/br.1
@@ -5,6 +5,9 @@
.SH SYNOPSIS
.B br
.br
+.B br
+http://www.example.com/
+.br
BROWSER=firefox
.B br
.SH DESCRIPTION
@@ -12,5 +15,7 @@ BROWSER=firefox
execs the program in the $BROWSER environment variable. That's it. It was
written so the browser could safely be launched from xbindkeys(1) and similar
programs.
+.SH SEE ALSO
+brxs(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/brxs.1 b/man/man1/brxs.1
new file mode 100644
index 00000000..fe6adb95
--- /dev/null
+++ b/man/man1/brxs.1
@@ -0,0 +1,17 @@
+.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>