Skip to content

CLI app to check if a web link is active or broken. Currently parses every line that has web links inside a .txt file

License

Notifications You must be signed in to change notification settings

joelazwar/check-link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Check-Link

Command-Line Interface (CLI) application to check if a web link is active or broken.

How to run the application in Powershell/CMD

  • Download the executable file CheckLinkCLI2.exe in any local folder of your choice
  • Open Powershell or cmd.exe and navigate to the file path where executable is downloaded
  • Simply type .\CheckLinkCLI2.exe + the absolute path to your .txt or .html file
  • The application will then parse through all the links in the file and return the http status codes to the cli

How to run the application in Visual Studio 2019/2017

  • Click the green 'Code' dropdown button and select 'Download Zip'
  • Extract the zip file and nagivate to the solution file CheckLinkCLI2.sln
  • Open the solution using Visual Studio and build the application
  • Change the string variable linkfile and htmlfile to your .txt and .html file paths(absolute path) accordingly
  • Press Ctrl + F5 and run the application

How to contribute to Check-Link

  • COMING SOON!

About

CLI app to check if a web link is active or broken. Currently parses every line that has web links inside a .txt file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%