Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 768 Bytes

URL-Inspector

This is a command line interface tool to check different URLs and detect if they are good or bad or unknown.

Features

  • It displays URLS in the following colors
    • Good or Status 200 is displayed in green
    • Bad or Status 400 or 404 is displayed in red
    • Unknown status is displayed in gray
  • It displays the toolname along with its current version with the following command url-inspector -v or -V or --version
  • Network code is optimized to only request headers instead of full bodies
  • Additional support is available for timeouts
  • It displays URLs according to the flags specified
    • All URLs are displayed when --all is specified
    • Bad URLs are displayed when --bad is specified
    • Good URLs are displayed when --good is specified