From 93177a75458d4bd76e6922d271c8d8070e495e67 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 1 May 2026 10:36:17 -0700 Subject: [PATCH] docs: describe termkit browser package --- CHANGELOG.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7271018..9df63a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,4 @@ ## Unreleased - Initial `crawlkit` module scaffold. - +- Add `termkit`, a shared Bubble Tea terminal archive browser used by the crawl apps for consistent `tui` command behavior. diff --git a/README.md b/README.md index 0cc6957..1d9a497 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ CLI output helpers, and safe desktop-cache snapshot utilities. ## Install ```bash -go get github.com/vincentkoc/crawlkit@v0.1.0 +go get github.com/vincentkoc/crawlkit@v0.2.0 ``` Go packages are published by tagging this repository. There is no separate @@ -24,6 +24,7 @@ package registry step. See `docs/publishing.md` for the release commands. - `gitshare`: clone/init/pull/commit/push helpers for private snapshot repos. - `syncstate`: generic crawler cursor and freshness records. - `cliout`: text/json/log output helpers. +- `termkit`: shared terminal archive browser for message/page style rows. - `desktopcache`: safe read-only local cache snapshot helpers. ## Safety