aboutsummaryrefslogtreecommitdiff
path: root/man/man1/br.1
blob: ad841750740f50ea59a429fdaf3abd427ba8eb94 (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
24
25
.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
run with no arguments just execs the program in the $BROWSER environment
variable. If given a single URL, it tries to get its MIME type from a HEAD
request and matches on the URL and/or the MIME type to see if any more suitable
programs could open it. Otherwise, it falls back on $BROWSER.
.P
At the time of writing, it tries to load image types with feh(1), and YouTube
URLs without a start time with mpv(1).
.SH SEE ALSO
brxs(1), urlh(1), urlmt(1), feh(1), mpv(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>