https://github.com/stefanvanburen/buftui
TUI for the Buf Schema Registry
https://github.com/stefanvanburen/buftui
bsr bubbletea buf charmbracelet connect-go connectrpc tui
Last synced: 5 months ago
JSON representation
TUI for the Buf Schema Registry
- Host: GitHub
- URL: https://github.com/stefanvanburen/buftui
- Owner: stefanvanburen
- Created: 2024-03-20T22:54:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T15:02:58.000Z (5 months ago)
- Last Synced: 2026-01-12T21:30:07.951Z (5 months ago)
- Topics: bsr, bubbletea, buf, charmbracelet, connect-go, connectrpc, tui
- Language: Go
- Homepage: https://buf.build/bufbuild/registry
- Size: 310 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buftui
A TUI for the [Buf Schema Registry](https://buf.build).
Built on the [bufbuild/registry](https://buf.build/bufbuild/registry) API,
using [generated SDKs](https://buf.build/docs/bsr/generated-sdks/overview)
for the API definitions and [Connect](https://connectrpc.com) clients,
and using [bubbletea](https://github.com/charmbracelet/bubbletea) for rendering the TUI.
## Usage
```shell
go run github.com/stefanvanburen/buftui@latest
```