noway

Crates.ionoway
lib.rsnoway
version0.1.4
created_at2025-10-22 17:08:16.266227+00
updated_at2025-11-24 04:47:41.002733+00
descriptionCLI tool to download archived pages from the Wayback Machine
homepage
repositoryhttps://github.com/rvcas/noway
max_upload_size
id1895957
size74,582
Lucas (rvcas)

documentation

README

noway

A CLI tool to download archived pages from the Wayback Machine.

Installation

cargo install noway

Or build from source:

cargo build --release

Usage

Download all archived versions of a URL:

noway example.com

Options

  • -o, --output <DIR> - Specify output directory (default: random name)
  • -m, --match-type <TYPE> - URL match type (default: prefix)
  • -c, --concurrency <N> - Max concurrent downloads (default: 5)

Examples

Download with custom output directory:

noway example.com -o my_archive

Download with higher concurrency:

noway example.com -c 10

License

See LICENSE file for details.

Commit count: 0

cargo fmt