1.2.0 • Published 12 months ago

guutreader v1.2.0

Weekly downloads
-
License
Beerware
Repository
github
Last release
12 months ago

GuutReader

GuutReader is a command-line tool for accessing and reading books from Project Gutenberg. It allows you to search for books, download them, and read them with support for bookmarks and binary storage.

Features

  • Search for books by title, author, or topic
  • Download and save books with metadata
  • Bookmark your current reading position
  • Paginate through the book text
  • Efficient binary storage for books and metadata

Installation

To install GuutReader globally, run:

npm install -g guutreader

Usage

After installing, you can use the gr command to start the reader.

Commands

  • help: Display available commands and usage instructions
  • search <query>: Search for books by title, author, or topic
  • download <number>: Download a book from the search results
  • library: Display your library of downloaded books
  • read <number>: Read a book from your library
  • n: Next page
  • p: Previous page
  • quit: Quit the reader

Example

  1. Search for Books
> search Dostoyevsky
  1. Download a Book
> download 1
  1. View Library
> library
  1. Read a Book
> read 1
  1. Paginate through the Book
> n  # Next page
> p  # Previous page
  1. Quit the Reader
> quit

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

THE BEERWARE LICENSE (Revision 42):

Your Name wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet someday, and you think this stuff is worth it, you can buy me a beer in return.
1.2.0

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago