Update README.md

This commit is contained in:
gigirassy
2026-06-14 21:29:12 +02:00
parent 587c680694
commit 2b8c1d0c06
+22 -2
View File
@@ -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 \