# Shortcut to generate just one strong password with pwgen(1) # If any arguments are provided, those are used instead if [ "$#" -eq 0 ] ; then set -- --secure -- "${PWGEN_LENGTH:-16}" "${PWGEN_COUNT:-1}" fi pwgen "$@" .geek.nz/cgit/dotfiles.git/atom/man/man1/bp.1df?h=v0.23.0' type='application/atom+xml'/>
aboutsummaryrefslogblamecommitdiff
path: root/man/man1/bp.1df
blob: fb13507f20bd5b3cbc64c6fec88c438082f353fd (plain) (tree)
1
2
3
4
5
6
7





                                              
   










                                                                               
.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
.br
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>