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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Englishell – Plain english shell command executor, powered by ChatGPT

5 点作者 timz将近 2 年前
There are easy and there are hard unix shell commands to remember, nobody knows them all. Why not use ChatGPT to translate plain english instructions into executable shell commands.<p>Here are a few examples how `englishell` CLI can be used:<p>$ englishell kill the process that listens to port 8080 -&gt; lsof -i :8080 | awk &#x27;{print $2}&#x27; | tail -n 1 | xargs kill -9<p>$ englishell print current git branch -&gt; git branch --show-current<p>$ englishell show the sizes of all folders in parent of the current directory -&gt; du -sh ..&#x2F;*<p>$ englishell how long the system has been running -&gt; uptime<p>$ englishell generate strong password -&gt; openssl rand -base64 14

1 comment

albert_e将近 2 年前
Excellent idea. Should be able to do similar for other command line tools, right?
评论 #37072597 未加载