lychee icon indicating copy to clipboard operation
lychee copied to clipboard

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!

Results 145 lychee issues
Sort by recently updated
recently updated
newest added

With #636, Lychee add support for parsing status code using v0.10.0 I am getting the error ``` ➜ docs git:(vipul/update-lychee) ✗ lychee --version lychee 0.10.0 ➜ docs git:(vipul/update-lychee) ✗ lychee...

bug
help wanted

This is mostly helpful for debugging purposes. For example if a regular expression for file matching doesn't work as expected. Example: `lychee --dump-input './**/*.md'` would print all file names that...

enhancement
good first issue
help wanted

I set `--max-redirects` is 30 and tested a 7 redirects example lychee reports too many redirects. My CMD is: `lychee /path/to/links.html --max-redirects 30 --format detailed` The result is: ``` 📝...

bug

On cache expiry, a helpful message is print: ``` Cache is too old (age: 9days 23h 47m 11s 823ms 371us 801ns, max age: 8h). Discarding ✗ [404] https://*URL | Network...

enhancement
help wanted

I am late to the party re #620 and #631 feedback, but re usnistgov/OSCAL#1329 feedback, I would like to understand how to properly use the `lychee` configuration file and `remap...

bug
waiting-for-feedback

`301` into `404` doesn't give me an error anymore. This is the URL in question to give you an example: http://deckmaster.info/images/cards/BNG/-66703-hr.jpg I'm using the GitHub Action of lychee. With lychee...

waiting-for-feedback

* Use pink for spinner * Show ETA instead of elapsed * dim progress bar and adjust size to terminal width

It seems that a given URL may be pinged simultaneously on different threads, leading to a duplicate ping even with `--cache`

waiting-for-feedback

Is it possible to list excluded URLs? I am adding this action to a repo in https://github.com/GitCredentialManager/git-credential-manager/pull/700, where it reports as follows: ```console | Status | Count | |---------------|-------| |...

enhancement
help wanted

I want to run lychee in a way that it won't use the .lycheeignore file. Also is there any way to use a custom named .lycheeignore file (like using a...

enhancement