An open API service indexing awesome lists of open source software.

https://github.com/cypressxyx/lazycurl

TUI for Curl | Postman TUI Alternative | Terminal UI | lazycurl
https://github.com/cypressxyx/lazycurl

cli curl lazycurl postman tui tui-rs

Last synced: about 1 month ago
JSON representation

TUI for Curl | Postman TUI Alternative | Terminal UI | lazycurl

Awesome Lists containing this project

README

        


A simple terminal UI for making HTTP Request calls using Curl.


Lazy Curl Logo



Alternative to Postman | inspired by lazygit



Screenshot 2024-03-26 at 8 08 29 AM


## Why

Alternative to postman without all the bloat

## Installation
```
$ cargo run
```

## KeyBindings

### Body

```
q - quit
Esc - deselect
h - select history window

1 - focus URL window
2 - focus Parameters window
3 - focus Response window

Enter - send request
```

### URL Window (1)

```
e - edit URL
Esc - submit URL
[ - POST
] - GET
```

### Parameters Window (2)

```
[ - Headers
] - Body

# Headers
j - traverse down request
k - traverse up request
e - edit mode
a - add new header
TAB - switch between key and value (edit mode)

# Body
e - edit mode

```
### Response Window (3)

`...`

### History Window
```
j - traverse down request
k - traverse up request
Space, l, Enter - send request
```