DEV Community

Isabella Liu
Isabella Liu

Posted on

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.

Top comments (0)