chore: updated README 78724783
Steve Simkins · 2026-08-08 23:22 1 file(s) · +12 −5
README.md +12 −5
4 4
5 5
Like Postman but it actually works. Terminal native HTTP request builder with OpenAPI support.
6 6
7 +
<details>
8 +
<summary>Video Overview</summary>
9 +
10 +
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jv6O-_WH3N8?si=Os5WNOyLasV69oEC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
11 +
12 +
</details>
13 +
7 14
## Features
8 15
9 16
- **OpenAPI 3.x import** — turn a spec (file or URL) into a collection with requests, params, example bodies, servers, and docs prefilled.
81 88
| `:` | Command line (`:w`, `:q`, `:new`, `:open`, …) |
82 89
| `?` | Help |
83 90
84 -
Sidebar: `n`/`r`/`d`/`y` new/rename/delete/duplicate, `t` cycle label source.
85 -
86 -
Tables: `space` toggle row, `i` edit, `a` add, `d` delete, `m` cycle method, `p` edit URL. 
87 -
88 -
Body/response: `e` open in `$EDITOR`, `j`/`k`/`d`/`u`/`g`/`G` scroll.
91 +
| Context | Keys |
92 +
|---|---|
93 +
| Sidebar | `n`/`r`/`d`/`y` new/rename/delete/duplicate, `t` cycle label source |
94 +
| Tables | `space` toggle row, `i` edit, `a` add, `d` delete, `m` cycle method, `p` edit URL |
95 +
| Body/response | `e` open in `$EDITOR`, `j`/`k`/`d`/`u`/`g`/`G` scroll |
89 96
90 97
Press `?` in the TUI for the full list.
91 98