| Crates.io | postman-tui |
| lib.rs | postman-tui |
| version | 0.1.0 |
| created_at | 2025-01-10 12:26:41.102929+00 |
| updated_at | 2025-01-10 12:26:41.102929+00 |
| description | A simple API client (postman like) in your terminal |
| homepage | |
| repository | https://github.com/skyash-dev/postman-tui |
| max_upload_size | |
| id | 1511224 |
| size | 101,010 |

POSTMAN-TUI is a terminal-based HTTP client built using Ratatui, inspired by Postman. It allows you to make HTTP requests and view responses directly in your terminal, providing a lightweight and efficient alternative for developers who prefer using the terminal.
To install POSTMAN-TUI, use cargo (the Rust package manager):
cargo install postman-tui
This will download and build the latest version of POSTMAN-TUI from crates.io.
After installation, you can start using POSTMAN-TUI by running:
postman-tui
You can switch between the following HTTP method tabs:
To navigate between tabs, you can use:
To change the HTTP verb (e.g., from GET to POST):
To edit the URL:
After setting the verb and URL, press Enter to send the request. View the response headers and body in the terminal.
Use the arrow keys to navigate through response. Press escape then q to quit the application.