Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 636 Bytes

anypb

anypb helps you interactively generate Protobuf messages, and output them either in the serialized Protobuf format, or the canonical JSON encoding.

Install

go install github.com/torkelrogstad/anypb@latest

Usage

anypb assumes you're in a Buf module or workspace.

In the future I might add support for working with non-Buf Protobuf sources.

Fish-completions

If you're using Fish shell, copy the file anypb.fish to $HOME/.config/fish/completions/anypb.fish.