badalsarkar / Blink

Command line application to detect broken URL.
MIT License
0 stars 1 forks source link

Blink

Java CI with Maven

Blink is a command line application to detect invalid URLs.

Available Features

How to install

Download the jar file directly

Download the Blink.jar file from https://search.maven.org/artifact/ca.badalsarkar/blink.

Download the source code

System requirement

Available Options

Blink Options

How To Use

To process a file-

java -jar /path/to/Blink.jar/ -s /path/to/the/file

To activate color output-

export CLICOLOR=1
java -jar /path/to/Blink.jar -s /path/to/the/file

Blink color output

Pipe text from another process

curl -s https://github.com/badalsarkar/Blink | java -jar /path/to/Blink.jar -i

Blink process text input

To Show Help

java - jar /path/to/Blink.jar -h

To Show Version

java -jar /path/to/Blink.jar -v

Under Development

Contributing

Read the contribution guide .