aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2026-01-21all: use markdown for formatting READMEShulhan
This is so the README can be rendered in pkg.go.dev and in git.sr.ht. While at it, group documentation files under _doc/ directory.
2025-06-27cmd/jarink: add "version" commandShulhan
The version command print the version of the program.
2025-06-27all: add SPDX copyright and licenses to READMEShulhan
2025-06-16all: rename README.adoc back to READMEShulhan
This is for git.sr.ht to be able to render the README.
2025-06-12all: rename README to README.adocShulhan
2025-06-05all: add option to scan pass resultShulhan
The brokenlinks command now have option "-past-result" that accept path to JSON file from the past result. If its set, the program will only scan the pages with broken links inside that report.
2025-06-05all: use snake case for JSON fields in Broken resultShulhan
2025-06-01all: brokenlinks should scan only URL on given pathShulhan
Previously, if we pass the URL with path to brokenlinks, for example "web.tld/path" it will scan all of the pages in the website "web.tld". Now, it only scan the "/path" and its sub paths.
2025-06-01all: go embed the README and use it on the CLI for help commandShulhan
2025-06-01all: add a simple READMEShulhan
The README contains the content from the usage function in the "cmd/jarink".