til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Use posting

I recently came across posting, a very cool HTTP client for the terminal.

It let’s you organize a set of requests, so you can easily navigate these.

posting can be installed via uv (another cool tool).

# install Posting (will also quickly install Python 3.13 if needed)
uv tool install --python 3.13 posting

And if you want to upgrade posting at some point:

uv tool upgrade posting

Resources and References