Fast Link Checker for Markdown and HTML in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yota Toyama b58ad284aa Make channel one way 8 years ago
.circleci Initialize command code and test 8 years ago
examples Add timeout option 8 years ago
.gitignore Initialize command code and test 8 years ago
Gemfile Initialize command code and test 8 years ago
Gemfile.lock Initialize command code and test 8 years ago
LICENSE Initial commit 8 years ago
README.md Improve readme 8 years ago
arguments.go Add timeout option 8 years ago
file_checker.go Make channel one way 8 years ago
file_checker_test.go Move extractURLS function 8 years ago
file_result.go Separate result objects into files 8 years ago
main.go Refactor main.go 8 years ago
rakefile.rb Set deadline option 8 years ago
url_checker.go Check errors from res.Body.Close() 8 years ago
url_result.go Separate result objects into files 8 years ago
utils.go Use URL checker object 8 years ago

README.md

linkcheck

Circle CI Go Report Card License

linkcheck is a command line tool to check links in Markdown and HTML files. It checks all a and img tags in specified files.

Installation

go get -u github.com/raviqqe/linkcheck

Usage

linkcheck file.md
linkcheck file1.md file2.md

License

MIT