lychee¶
lychee is a fast, asynchronous link checker written in Rust. It finds broken hyperlinks in Markdown, HTML, and other text files.
Installation¶
You can download pre-compiled binaries from the GitHub releases page, or install it using a package manager.
Config¶
Lychee can be configured with a configuration file. In this repository, the configuration file is lychee.toml at the repo root.
lychee.toml
Usage¶
Task Tasks¶
1. Run link checker (online)
2. Run link checker (offline)
3. Run link checker on a specific file
CLI Commands¶
1. Check links in a directory or file
2. Check links offline (skip checking external URLs)
3. Check links in a specific file