Overview
Links
Links is a fast and configurable Go tool for checking the status of page links on a given host.
The main purpose of the tool is to quickly inspect the links on web pages of a given host and check their status. The principal use case is to check the links on a generated static HTML website, but it can be used for any host.
Features
- Inspect internal and external links with flexible configuration options.
- Supports multiple output formats: stdout, HTML, and CSV.
- Supports detailed configuration of pages inspecting and results outputting.
Quick Start
-
Install the tool using one of the methods described in the Installation section.
-
Run the tool with the
inspect
command to check the links on a given host. For example:links inspect --host=https://yaroslavgrebnov.com -o html
-
Review the results on the generated HTML page.
Additional Resources
- See Usage for a full list of available commands and options.
- Project repository: github.com/ygrebnov/links.