cargo install seaward
On NetBSD a pre-compiled binary is available from the official repositories. To install it, simply run:
pkgin install seaward
An Alpine Linux package is also available in the community
repository:
apk add seaward
Seaward is a concurrent crawler used for searching word matches in a website, think of it as grep for the web.
Run seaward -h
to show the available options and get started.
To search for a case insensitive word/phrase in a website, use:
seaward <url> -w <word> -i