library-inventory
List file sizes and relative paths.
JSON to stdoutARCHIVE / FIELD INDEX
Package, inspect, compare, and recover local archives. Every compression pipeline checks the round trip before publishing its output.
CBZ · CBR (READ) · CB7 · CBT · ZIP · TAR · GZIP · BZIP2 · XZ · ZSTD
WORK LOCALLY
Clone the repository and install the required tools. Run this command to preview the work. Add --apply when the plan is right.
bin/archiving-utils folder-to-tar-xz --output collection.tar.xz ./collectionSources retained · Existing outputs refused
THE TOOL INDEX
48 commands
List file sizes and relative paths.
JSON to stdoutSummarize file counts, byte sizes, empty files, and extensions without reading contents.
JSON to stdoutFind exact SHA-256 duplicates without deleting files.
JSON to stdoutPrint a JSON SHA-256 manifest for the input tree.
JSON to stdoutVerify file presence and hashes against a JSON manifest.
JSON to stdoutCompare file hashes and presence against another tree.
JSON to stdoutReport filename portability issues.
JSON to stdoutPackage a directory as zip and verify member hashes.
--apply to writeRepack a verified archive as zip.
--apply to writePackage a directory as tar and verify member hashes.
--apply to writeRepack a verified archive as tar.
--apply to writePackage a directory as tar.gz and verify member hashes.
--apply to writeRepack a verified archive as tar.gz.
--apply to writePackage a directory as tar.bz2 and verify member hashes.
--apply to writeRepack a verified archive as tar.bz2.
--apply to writePackage a directory as tar.xz and verify member hashes.
--apply to writeRepack a verified archive as tar.xz.
--apply to writeCompress individual files with gz and check the round trip.
--apply to writeDecompress gz with a bounded output size.
--apply to writeRead and verify the complete gz stream.
JSON to stdoutCompress individual files with bz2 and check the round trip.
--apply to writeDecompress bz2 with a bounded output size.
--apply to writeRead and verify the complete bz2 stream.
JSON to stdoutCompress individual files with xz and check the round trip.
--apply to writeDecompress xz with a bounded output size.
--apply to writeRead and verify the complete xz stream.
JSON to stdoutExtract regular files into a new directory after path and size checks.
--apply to writeList members with sizes and SHA-256 hashes.
JSON to stdoutCheck archive structure, member safety, and complete payloads.
JSON to stdoutReport member counts, stored size, and expansion ratio.
JSON to stdoutPrint member SHA-256 hashes without extraction.
JSON to stdoutInventory comic pages in natural filename order, sidecars and member hashes.
JSON to stdoutVerify every comic archive payload and report recognized page files.
JSON to stdoutExtract all comic pages and sidecars into a new directory without renaming.
--apply to writePackage a folder as CBZ while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CBZ while preserving member names, bytes and sidecars.
--apply to writePackage a folder as CB7 while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CB7 while preserving member names, bytes and sidecars.
--apply to writePackage a folder as CBT while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CBT while preserving member names, bytes and sidecars.
--apply to writePackage a folder as CBT.GZ while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CBT.GZ while preserving member names, bytes and sidecars.
--apply to writePackage a folder as CBT.BZ2 while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CBT.BZ2 while preserving member names, bytes and sidecars.
--apply to writePackage a folder as CBT.XZ while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CBT.XZ while preserving member names, bytes and sidecars.
--apply to writePackage a folder as CBT.ZST while preserving member names, bytes and sidecars.
--apply to writeConvert a comic archive as CBT.ZST while preserving member names, bytes and sidecars.
--apply to writeNo commands match. Try another search or select all categories.
UNDER THE SURFACE
Explore the shared driver, domain operations, verification, and output publication in the interactive architecture diagram.