by Ray Patrick
(other software)
Retrieve title, author, publisher, and publication date of any book given its 10- or 13-digit ISBN number.
I host isbn
at my Git server.
To download isbn
, simply run:
git clone git://git.raypatrick.xyz/isbn.git
cd isbn
sudo make install
isbn - Retrieves title, author, publisher, and year given 10- or 13-digit ISBN number.
isbn ISBN_NUMBER [-b, --bibtex]
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.
Information provided by this tool is no better than that loaded into the Google Books database. Always double-check the output of the program.
GPLv3
Written by Ray Patrick in 2021.
https://raypatrick.xyz
ray@raypatrick.xyz
jq(1)