summaryrefslogtreecommitdiff
path: root/isbn.1
blob: 8123a9c2a074fb5725923fc1157028faa37de471 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" Automatically generated by Pandoc 2.2.1
.\"
.TH "isbn" "1" "" "" "General Commands Manual"
.hy
.SH NAME
.PP
isbn \- Retrieves title, author, publisher, and publishing date of any
book, given its 10\- or 13\-digit ISBN number.
.SH SYNOPSIS
.PP
\f[C]isbn\ ISBN_NUMBER\ [\-b]\f[]
.SH DESCRIPTION
.PP
isbn is a simple utility that accepts a 10\- or 13\-digit ISBN number,
then queries the Google Books API to retrieve its title, author,
publisher, and year of publication.
It can display this information on stdout as plain text or formatted as
a LaTeX .bibtex entry.
.SH OPTIONS
.TP
.B \f[C]ISBN_NUMBER\f[]
May be a 10\- or 13\-digit ISBN number, with or without dashes.
For example: 0\-446\-60725\-8, or 0446607258.
.RS
.RE
.TP
.B \f[C]\-b,\ \-\-bibtex\f[]
Format book information as a LaTeX .bibtex entry.
If this option is not specified, output will be in plain text.
.RS
.RE
.SH BUGS
.PP
Information provided by this tool is no better than that loaded into the
Google Books database.
Always double\-check the output of the program.
.SH LICENSE
.PP
GPLv3
.SH AUTHOR
.PP
Written 2021 by Ray Patrick.
.SH SEE ALSO
.PP
jq(1)