Add posting (#226)
Some checks are pending
Ruby / build (push) Waiting to run

* Add posting

Add posting, a HTTP client in terminal

* Reorder
This commit is contained in:
morland 2024-08-02 15:37:01 +10:00 committed by GitHub
parent 518ffec674
commit 2256cdc6a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,7 @@ List of projects that provide terminal user interfaces
- [mitmproxy](https://www.mitmproxy.org) A free and open source interactive HTTPS proxy
- [nap](https://github.com/maaslalani/nap) Code snippets in your terminal
- [play](https://github.com/paololazzari/play) A TUI playground to experiment with your favorite programs, such as grep, sed, awk, jq and yq
- [posting](https://github.com/darrenburns/posting) A powerful HTTP client that lives in your terminal
- [prs](https://github.com/dhth/prs) Stay updated on PRs without leaving the terminal
- [pudb](https://github.com/inducer/pudb) A console-based visual debugger for Python
- [pyautogit](https://github.com/jwlodek/pyautogit) A terminal UI for managing git repositories, written using py_cui