# warc-cli **Repository Path**: mirrors_cbeams/warc-cli ## Basic Information - **Project Name**: warc-cli - **Description**: A command-line interface for working with WARC (Web ARChive) data - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # warc-cli A command-line interface for working with WARC (Web ARChive) data. ## Build, install and run Clone this repository, `cd` into it, and: ./gradlew assemble alias warc="java -jar $PWD/build/libs/warc.jar" warc --help