Hacker News new | ask | show | jobs
Show HN: CnTUI – Replay Chrome requests in your Terminal using cURL (github.com)
10 points by fipso 1065 days ago
1 comments

This 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.
Yes 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.