Crates.io | grink |
lib.rs | grink |
version | 0.1.0 |
source | src |
created_at | 2024-07-09 17:48:49.540712 |
updated_at | 2024-07-09 17:48:49.540712 |
description | Grink is a tool to find and check web links in text files. |
homepage | https://github.com/bitfield/grink |
repository | https://github.com/bitfield/grink |
max_upload_size | |
id | 1297358 |
size | 61,819 |
Grink is a tool to find and check web links in text files (for example, Markdown source files). It “greps links”, if you will.
cargo install grink
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)