The design of this project is still under development
HomeMy Works

About Blink

A CLI application to detect dead URL and check URL in WayBack machine.

Tech stack
JavaMavenJUnit5GitHub ActionsJacoco
Available Features
  • Check invalid URL with HTTP/HTTPS scheme in a html/txt file
  • Color output of validation result
  • Use environmental variable to control color print. Set CLICOLOR=1 for color print to console.
Available Options
Blink demo

Here we see Blink is taking a file as input and outputting the status of each URL. Blink can be configured to output the result in color. Here the red colored URLs are dead, yellow colored ones are redirect and the green ones are valid URL.


Blink can also take text output from another process. Here I am making an http request with cURL and piping the result to Blink to detect dead URL in the page.