aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-14 17:28:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-14 17:28:28 +1300
commitdd2171f0491e8e723b9f3e658d484ec9eece1d2d (patch)
tree9986013a5e2b4884167111f0ed74669ba73b5c28 /man
parentRemove unneeded quotes from br(1df) man page (diff)
downloaddotfiles-dd2171f0491e8e723b9f3e658d484ec9eece1d2d.tar.gz
dotfiles-dd2171f0491e8e723b9f3e658d484ec9eece1d2d.zip
Add ap(1df) and bp(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/ap.1df14
-rw-r--r--man/man1/bp.1df17
-rw-r--r--man/man1/br.1df2
3 files changed, 32 insertions, 1 deletions
diff --git a/man/man1/ap.1df b/man/man1/ap.1df
new file mode 100644
index 00000000..bcbc4ce0
--- /dev/null
+++ b/man/man1/ap.1df
@@ -0,0 +1,14 @@
+.TH AP 1df "October 2016" "Manual page for ap"
+.SH NAME
+.B ap
+\- read named arguments from stdin with prompts
+.SH SYNOPSIS
+.B ap PROGRAM ARGNAME1 [ARGNAME2...]
+.SH DESCRIPTION
+.B ap
+runs a program with arguments read from stdin, with an appropriate prompt if
+stdin is a terminal.
+.SH SEE ALSO
+bp(1df), xargs(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/bp.1df b/man/man1/bp.1df
new file mode 100644
index 00000000..49f9de0c
--- /dev/null
+++ b/man/man1/bp.1df
@@ -0,0 +1,17 @@
+.TH BP 1df "October 2016" "Manual page for bp"
+.SH NAME
+.B bp
+\- launch $BROWSER with an URL read from stdin
+.SH SYNOPSIS
+.B bp
+BROWSER=firefox
+.B bp
+.SH DESCRIPTION
+.B bp
+reads an URL from stdin, with an "URL:" prompt if stdin is a terminal, and runs
+br(1df) against it. It was written because the author hates quoting URLs on the
+command line.
+.SH SEE ALSO
+br(1df), ap(1df)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/br.1df b/man/man1/br.1df
index f007e278..af9645fb 100644
--- a/man/man1/br.1df
+++ b/man/man1/br.1df
@@ -18,6 +18,6 @@ arguments. That's it.
It was written to have a clean way to launch $BROWSER from ~/.xbindkeysrc. It
has no other reason to exist.
.SH SEE ALSO
-xgo(1df), xgoc(1df)
+bp(1df), xgo(1df), xgoc(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>