bashplotlib
httpie
| bashplotlib | httpie | |
|---|---|---|
| 2 | 146 | |
| 1,918 | 38,198 | |
| 0.0% | 1.3% | |
| 0.0 | 6.6 | |
| almost 2 years ago | over 1 year ago | |
| Python | Python | |
| BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bashplotlib
httpie
-
5 CLI Tools I Use to Keep Terminal Workflows Less Annoying
httpie is easier to read than curl when testing APIs manually.
-
Ask HN: What dev tools do you rely on that nobody talks about?
You may like https://httpie.io/ if you've not memorised all the curl flags already. The CLI tools way of making requests with headers and post bodies is really nice in my opinion
`http PUT pie.dev/put X-API-Token:123 name=John`
-
A long list of weird things I've used in production
Httpie
- Postman有料化対策:エンジニア向けおすすめAPIテストツール比較
-
Part 6: Test and Demo - Ktor Native Worker Tutorial
If you prefer HTTPie:
-
もうPostmanに頼らない!2025年開発者が選ぶ無料APIツール15選
公式サイト / GitHub:https://httpie.io
-
The Ultimate Guide to Offline API Testing: 10 Tools That Work Without Internet
For developers who prefer command-line interfaces, HTTPie offers an elegant alternative to curl with superior offline capabilities. The --offline flag enables request construction and validation without network transmission.
-
Just Use Curl
Curl's UX is very dated and I wouldn't recommend it to any new user. Use many alternatives like httpie [1] or something like curlie [2] which is just an UX wrapper around the same libcurl. Httpie also has a postman-like web interface.
1 - https://httpie.io/
-
The 2025 Guide to Postman's Most Powerful Alternatives! Top 30 Free API Tools
Website: HTTPie
-
Top 20 Rising GitHub Projects with the Most Stars in 2025
HTTPie is a user-friendly command-line HTTP client designed for testing APIs.
What are some alternatives?
cookiecutter - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.
bruno - Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
howdoi - instant coding answers via the command line
thefuck - Magnificent app which corrects your previous console command.
PathPicker - PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.