aboutsummaryrefslogtreecommitdiff
path: root/man/man1/br.1
blob: 5f6de5f79f272e7bc9eade3aad2d75da9a7d5565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH BR 1 "August 2016" "Manual page for br"
.SH NAME
.B br
\- launch "$BROWSER"
.SH SYNOPSIS
.B br
.br
.B br
http://www.example.com/
.br
BROWSER=firefox
.B br
.SH DESCRIPTION
.B br
just execs the program in the $BROWSER environment variable with the given
arguments. That's it.
.P
It was written to have a clean way to launch $BROWSER from ~/.xbindkeysrc. It
has no other reason to exist.
.SH SEE ALSO
xgo(1), xgoc(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>