Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T15:33:57.000Z (25 days ago)
- Last Synced: 2024-12-16T16:23:39.208Z (25 days ago)
- Topics: bsr, bubbletea, buf, charmbracelet, connect-go, connectrpc, tui
- Language: Go
- Homepage: https://buf.build/bufbuild/registry
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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
```