Skip to content

narasaka/weasel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

small, fast tool to check for broken links in a webpage

Resources

License

Stars

Watchers

Forks