sitefetch

Fetch an entire website and save it as a single text file

brewmacoslinux
Try with needOr install directly
Source

About

Fetch an entire site and save it as a text file

Commands

sitefetch

Examples

Fetch a complete website and save to default output file$ sitefetch https://example.com
Fetch a website and save to a specific file$ sitefetch https://example.com -o mysite.txt
Fetch a website with custom depth limit for crawling$ sitefetch https://example.com --depth 2