LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo pacman -S lychee
copy
sudo zypper install lychee
copy
brew install lychee
copy
nix profile install nixpkgs#lychee
copy

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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid