summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2026-05-08feat: separate into remote and local commandsdemo
I'd like to be able to read HTML locally as well.
2026-05-07feat: implement href-scanningdemo
We still need to implement text scanning.
2026-05-07feat: use stub client code insteaddemo
I guess I got a little carried away last commit - I'm writing a client, not a server.
2026-05-07feat: add some web-server starter codedemo