Sendra 0.1.0: the first tagged release
· 3 min read
Sendra 0.1.0 is out — the first tagged release, and the first time you can install it instead of building it from source.
Sendra 0.1.0 is out — the first tagged release, and the first time you can install it instead of building it from source.
Sendra is a terminal-native HTTP client. Requests are plain YAML files that live in your repo next to the code they exercise, and you send them from the shell instead of a GUI.
sendra run sends one request from your shell. sendra tui opens a
full-screen terminal app for browsing and running a whole collection. They
feel like different tools, but they're the same binary running the same
request pipeline — and that's a deliberate design choice worth explaining,
not an implementation accident.