Update README.md

This commit is contained in:
gigirassy
2026-06-15 01:10:33 +02:00
parent a5a0eb4e9e
commit 1262d493c1
+9
View File
@@ -30,6 +30,8 @@ Executed in 5.99 secs fish external
### usage
**linux/bsd**
```bash
riptide \
--sitemap https://example.com/sitemap.xml \
@@ -39,6 +41,13 @@ riptide \
--user-agent "Mozilla/5.0 (X11; Linux i686; rv:151.0) Gecko/20100101 Firefox/151.0"
```
**windows**
in same directory as riptide.
```bash
.\riptide.exe --sitemap https://example.com/sitemap.xml --output examplecomurls.txt --scheme https --workers 16 --user-agent "Mozilla/5.0 (X11; Linux i686; rv:151.0) Gecko/20100101 Firefox/151.0"
```
for searching for terms in urls after output is completed, i recommend [ripgrep](https://github.com/BurntSushi/ripgrep).
by default, riptide identifies itself in user agent, the above example overrides it.