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: 22 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:29:51.000Z (28 days ago)
- Last Synced: 2024-10-21T17:38:58.109Z (28 days ago)
- Topics: bsr, bubbletea, buf, charmbracelet, connect-go, connectrpc, tui
- Language: Go
- Homepage: https://buf.build/bufbuild/registry
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
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
```