Skip to content

Instantly share code, notes, and snippets.

View dino-'s full-sized avatar

Dino Morelli dino-

View GitHub Profile
@dino-
dino- / epub-cover.sh
Created May 11, 2025 15:21
Script for extracting the cover art image from EPUB2/3 files
#! /usr/bin/env bash
# Note this script requires some tools are available:
#
# program package (Arch Linux)
# ----------------------------------------------------------------
# display imagemagick (optional, if you want to view the image)
# unzip unzip
# xq yq