grink

Crates.iogrink
lib.rsgrink
version0.1.0
sourcesrc
created_at2024-07-09 17:48:49.540712
updated_at2024-07-09 17:48:49.540712
descriptionGrink is a tool to find and check web links in text files.
homepagehttps://github.com/bitfield/grink
repositoryhttps://github.com/bitfield/grink
max_upload_size
id1297358
size61,819
John Arundel (bitfield)

documentation

https://docs.rs/grink

README

Crate Docs CI Audit Maintenance

grink

Grink is a tool to find and check web links in text files (for example, Markdown source files). It “greps links”, if you will.

Installation

cargo install grink

Usage

Grink reads all the files you specify, extracts anything that looks like a URL, and checks if it returns an OK status, reporting the error otherwise.

grink book/*.md
book/chapter1.md: HTTP status server error (500 Internal Server Error) for url (https://example.com/bogus)
Commit count: 8

cargo fmt