Release 0.1 of urlChecker

isabellaliu77

Isabella Liu

Posted on September 24, 2020

Release 0.1 of urlChecker

urlChecker
Go implementation of the URL checking

Versioning
This is the 0.1 version of this tool.

Usage
git clone https://github.com/isabellaliu77/urlChecker.git

cd urlchecker
go run urlChecker.go urls.txt
go run urlChecker.go urls.txt urls2.txt

Features

  • It can check the file passed through arguments to get and check the URLs inside it.

  • Multiple files can be passed through arguments to get checked.

  • The result will show different colors and notifications based on the different accessibility of each URL.

  • The version of the tool can be checked through command-line arguments, supporting both Windows and Unix style. (-v, --version, /v)

  • Support for parallelization for the tool to run efficiently

  • Only headers are requested when the URLs are being checked.

💖 💪 🙅 🚩
isabellaliu77
Isabella Liu

Posted on September 24, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related