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

This might be a case of me being particularly dense, but there doesn't seem to be a way to exclude directories and files from being parsed by lychee (other than...

enhancement

Assume we just want to see errors and not the summary. Ties into #271. ``` OPTIONS: -s, --summary Show a small list detailing the query results. ```

enhancement
help wanted
request-for-comments

Would be nice to help out creators of ebooks and check for broken links. That seems to be a [real problem](http://epubsecrets.com/when-good-links-go-bad-link-rot-in-ebooks.php). There is a tool called [epub-linkchecker](https://github.com/atomotic/epub-linkchecker), but development seems...

enhancement
good first issue
help wanted

While working on #33 I looked into existing libraries for network handling. I even asked around [on Twitter](https://twitter.com/matthiasendler/status/1330994425565208581). Turns out there is a neat little library called tower that was...

enhancement
good first issue
help wanted

Links that point to non existent anchors https://github.com/lenisha/linkchecker-test/blob/main/about.html#L92 are not detected ``` ```

enhancement
help wanted

Leapfrog is a lock-free concurrent hash map. Recently, [serde support got added](https://github.com/robclu/leapfrog/issues/1), making this a drop-in replacement for DashMap. The goal is to see if we get any performance-improvement with...

enhancement
performance

It would be nice to pass a URL and have it crawl the entire website recursively looking for dead links. In order to avoid crawling the entire internet, it should...

enhancement
request-for-comments

_(note: this was previously discussed in https://github.com/lycheeverse/lychee/issues/452#issuecomment-1051025563)_ When deploying HTML files to some common platforms like Netlify or Gitlab Pages (or even on a [typical Apache HTTP environment](https://httpd.apache.org/docs/trunk/getting-started.html#content)), you can...

enhancement
help wanted

This is somewhat related to #271, but not quite. Instead of outputting JSON, it would be nice to have the current output (including progress), but without colors and without emojis...

enhancement
help wanted

## Introduction lychee is getting more mature and we'd like to share the future v1 with a broader audience. For that we need an easy way to install the binary....

enhancement
good first issue
help wanted