aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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>