Skip to content

yzwdroid/goURL

Repository files navigation

goURL

check dead links inside files.

Alt Text

Usage

After clone the repo,

export CLICOLOR=1

go build .

./goURL -f urls.txt

./goURL -f urls2.txt

// to ignore url patterns in file ignore.txt
./goURL -f urls2.txt -i true

Features

  • show usage

./goURL

  • show version

./goURL -v

./goURL --version

  • colorfull outputs bad URLs in red, good URLs in green, unknown URLs in gray, redirect URLS in yellow,

  • support parallelization using go routine

  • optimize network code by only requesting for headers

Download the released program.

Please check the release page ihttps://github.com/yzwdroid/goURL/releases/,and download your system version of this program.