docs: describe termkit browser package
This commit is contained in:
parent
395f4a420c
commit
93177a7545
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user