Matthias Endler
Matthias Endler
Suggestions here: https://www.reddit.com/r/rust/comments/93fbrj/fascat_a_faster_cat_implementation_using_splice/e3dl0f3/
Would be nice to give people an overview of the already existing solutions. Maybe have a [cloc](https://github.com/AlDanial/cloc) or a [loc](https://github.com/cgag/loc) output in the `README.md` or so. Something more visual would...
There are a lot of solutions missing for languages like Kotlin, Rust, or Typescript. Here is an overview of what we have so far: ```. ├── alphanumeric-string-sort │ ├── README.md...
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...
* Use pink for spinner * Show ETA instead of elapsed * dim progress bar and adjust size to terminal width
Over at https://github.com/lycheeverse/lychee/issues/574 I noted that checking https://sms-digital.com would not work without cookie support. curl has the same problem, but they have cookie support with `--cookie`. We could do the...
Most link checkers don't support checking email addresses. On top of that, it can be hard to decide what a proper email address looks like. E.g. `[email protected]` would be a...
I recently learned about the W3C link checker, a free tool available at https://metacpan.org/release/DHM/W3C-LinkChecker-5.0.0/source/bin/checklink From a cursory look, the feature set is quite impressive. Maybe we can integrate the missing...
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...
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...