5 ms·
Show HN: CnTUI – Replay Chrome requests in your Terminal using cURL
- tuchsen 3y agoThis looks neat, but isn't it already implemented natively in Chrome? You can go into the Network tab in the Chrome Dev Tools and right click a request in the "Name" list, go to "copy", then "Copy as cURL". It'd probably be easier to use CnTUI if you wanted to bulk resend requests that Chrome's making though.
- fipso 3y agoYes exactly this tool is just a TUI client of the Network Tab. It's made for Web devs that do right click copy as curl very often.