LinuxCommandLibrary

lychee

fast link checker

TLDR

Check links in file

$ lychee [README.md]
copy
Check entire directory
$ lychee [docs/]
copy
Check website
$ lychee [https://example.com]
copy
Exclude patterns
$ lychee --exclude [example.com] [file.md]
copy
Output formats
$ lychee --format json [file.md]
copy
Skip offline check
$ lychee --offline [file.md]
copy

SYNOPSIS

lychee [options] inputs

DESCRIPTION

lychee is a fast link checker. It validates links in markdown, HTML, and plain text.
The tool is written in Rust for speed. It checks both local and remote links concurrently.

PARAMETERS

INPUTS

Files, directories, or URLs.
--exclude PATTERN
Exclude matching URLs.
--format FMT
Output format (plain, json, markdown).
--offline
Skip network checks.
--cache
Use cache for results.
--help
Display help information.

CAVEATS

Network checks may be rate-limited. Some sites block automated requests. Rust-based.

HISTORY

lychee was created as a fast, modern Rust-based link checker for documentation and websites.

SEE ALSO

linkchecker(1), wget(1), curl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community