aboutsummaryrefslogtreecommitdiff
path: root/cmd/deadlinks
AgeCommit message (Collapse)Author
2025-06-01all: rename the program and repository into jarinkShulhan
Jarink is a program to help web administrator to maintains their website. Currently its provides a command to scan for brokenlinks.
2025-05-31all: record the error when checking the linksShulhan
The error message can help user to debug the problems with links.
2025-05-31cmd/deadlinks: print the result in JSONShulhan
Using JSON as output can be parsed by other tools.
2025-05-30cmd/deadlinks: implement the CLI for deadlinksShulhan
The CLI contains one command: scan Its accept single argument: an URL to be scanned, and one option "-verbose".