Skip to content

Commit 93177a7

Browse files
committed
docs: describe termkit browser package
1 parent 395f4a4 commit 93177a7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
## Unreleased
44

55
- Initial `crawlkit` module scaffold.
6-
6+
- Add `termkit`, a shared Bubble Tea terminal archive browser used by the crawl apps for consistent `tui` command behavior.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CLI output helpers, and safe desktop-cache snapshot utilities.
1010
## Install
1111

1212
```bash
13-
go get github.com/vincentkoc/crawlkit@v0.1.0
13+
go get github.com/vincentkoc/crawlkit@v0.2.0
1414
```
1515

1616
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.
2424
- `gitshare`: clone/init/pull/commit/push helpers for private snapshot repos.
2525
- `syncstate`: generic crawler cursor and freshness records.
2626
- `cliout`: text/json/log output helpers.
27+
- `termkit`: shared terminal archive browser for message/page style rows.
2728
- `desktopcache`: safe read-only local cache snapshot helpers.
2829

2930
## Safety

0 commit comments

Comments
 (0)