epub

command module
v0.0.0-...-d69aa8d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2025 License: GPL-3.0 Imports: 11 Imported by: 0

README

epub

Small go utility to dump metadata in JSON format for all ePub files in a directory and subdirectories

Built with a fair bit of help from Claude Sonnet 3.7

Building

git clone https://github.com/fazalmajid/epub
cd epub
go build

if you just want the utility:

go install github.com/fazalmajid/epub@latest

Usage

epub -dir <Directory where ePub files reside>

Example

Find all duplicate titles in my library:

epub -dir ~/Documents/eBooks | jq 'group_by(.title) | map(select(length > 1)) | flatten'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL