Skip to content

bitfield/grink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A tool to check web links in Markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages