Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 653 Bytes

File metadata and controls

42 lines (29 loc) · 653 Bytes

weasel

small, fast tool to check for broken links in a webpage. i made this because i needed it for a project. it might come in handy for you too.

installation

go install github.com/narasaka/weasel@latest

or

git clone git@github.com/narasaka/weasel
cd weasel
make install

usage

Warning

due to the concurrent nature of the script when checking the links, you might often get a 429 error (too many requests) when doing this.

basic (only check links on that page)

weasel https://example.com

recursive check

weasel -r https://example.com

uninstall

make uninstall