docs: describe termkit browser package

This commit is contained in:
Vincent Koc 2026-05-01 10:36:17 -07:00
parent 395f4a420c
commit 93177a7545
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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