0.0.1 • Published 2 months ago

gutenvox v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

gutenvox

A command-line tool for finding the n most popular public domain project gutenberg books that have no librivox recording matching a search query.

Usage

Use with npx

npx gutenvox --search=flynn

Options

gutenvox takes the following options:

  • copyright
  • languages
  • limit
  • search
  • sort
  • topic

copyright

Defaults to false. Set this to true to return copyrighted projects.

npx gutenvox --search=grishom --copyright=true

languages

Defaults to en. Use this to configure which language of books to search

npx gutenvox --languages=fr,en --search=beckett

limit

Defaults to 10. Use this to determine how many books to return.

npx gutenvox --limit=1 --topic=horror

search

A search term.

npx gutenvox --search=great%20expectations

sort

Defaults to popular. Can be one of: ascending, descending, or popular

npx gutenvox --sort=ascending --topic=science%20fiction

topic

Search for a case-insensitive key-phrase in books' bookshelves or subjects.

npx gutenvox --search=horror
0.0.1

2 months ago