May 20, 2025 — 1 min read
Posting
Recently I stumbled across a tool called posting.
It's a really clean TUI that allows you to interact with API's in your terminal (similar to Postman or Insomnia). If you're like me and live in the terminal, this one is for you!
Installation
This is how you install it (see the README for full instructions):
curl -LsSf https://astral.sh/uv/install.sh | sh
Then install with uv:
uv tool install --python 3.12 posting
If you don't have uv installed:
brew install uv
Then you can run:
posting
Ready to go!
I've been using the tool for a few weeks already, and it's so much more convenient having this in the terminal.
It saves me context switching between multiple separate macOS apps as well, so this definitely keeps me in the flow state for longer!