lychee
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!
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...
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...
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: ``` 📝...
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...
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...
`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...
* 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`
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 | |---------------|-------| |...
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...