mirror of
https://codeberg.org/gigirassy/riptide
synced 2026-08-30 15:27:38 +00:00
Update README.md
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user