From 2b8c1d0c06f544fef06360e2e7c408ae10961cef Mon Sep 17 00:00:00 2001 From: gigirassy Date: Sun, 14 Jun 2026 21:29:12 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a998a3a..a678c2f 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,33 @@ quick, recursive, sitemap url extractor +riptide, with 16 workers, can rip through a 121,000+ link sitemap in less than 6 seconds. + +``` +nune@nunes-pc ~/sitemaps2> time riptide \ + --sitemap https://www.************.com/sitemap.axd \ + --output ****.txt \ + --scheme https \ + --workers 16 \ +________________________________________________________ +Executed in 5.99 secs fish external + usr time 528.67 millis 1.14 millis 527.53 millis + sys time 201.95 millis 0.21 millis 201.74 millis +``` + ## installation and usage: -install rust, cargo and git. then install riptide with... +### install (linux static binary) + +``wget https://codeberg.org/gigirassy/riptide/releases/download/0.1.0/riptide && chmod +x riptide && mv riptide .local/bin/`` + +### install (cargo) ``cargo install --git https://codeberg.org/gigirassy/riptide/`` -then in your shell... + + +### usage ```bash riptide \