TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built a curl command builder to learn curl

1 点作者 rozenmd3 个月前

1 comment

rozenmd3 个月前
I recently realised I didn&#x27;t really _know_ curl, I only ever used &quot;copy as curl&quot; from my browser&#x27;s dev tools or searched for the command each time.<p>So I went through my own search history, and wrote-up <a href="https:&#x2F;&#x2F;onlineornot.com&#x2F;curl-command" rel="nofollow">https:&#x2F;&#x2F;onlineornot.com&#x2F;curl-command</a> and this generator so I wouldn&#x27;t need to look up the flags each time.<p>I built in TypeScript and it uses nuqs to sync the form&#x27;s state with the URL. I&#x27;m thinking about extending it into a proper browser-based API client just for fun too.