From b154497c892072eef9b11a8a361ac27683e4d27e Mon Sep 17 00:00:00 2001 From: morland <morland96@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:52:47 +1000 Subject: [PATCH] Add posting Add posting, a HTTP client in terminal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e533a7..16a0f93 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ List of projects that provide terminal user interfaces - [tig](https://github.com/jonas/tig) Text-mode interface for git - [vctui](https://github.com/thebsdbox/vctui) Console interface for vCenter - [violet](https://github.com/braheezy/violet) Colorful TUI frontend to run Vagrant commands +- [posting](https://github.com/darrenburns/posting) A powerful HTTP client that lives in your terminal --- </details>