TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Whiz – A copilot for your terminal

95 pointsby searchableguyover 1 year ago

22 comments

brentmover 1 year ago
I&#x27;d consider using something besides &#x27;list all files&#x27; as first example in the gif. I&#x27;d think anyone who opens a terminal knows how to do that so listing files in a directory and hitting a spinner isn&#x27;t very inspiring.<p>The second curl example is better since plenty of people won&#x27;t know that off the top of their head.
评论 #37570489 未加载
评论 #37571266 未加载
评论 #37571041 未加载
mellosoulsover 1 year ago
A reminder to users of Github CoPilot who may be unaware, there is also a terminal version you can install included in your subscription. It&#x27;s ok. (Edit) There is a waitlist.<p><a href="https:&#x2F;&#x2F;githubnext.com&#x2F;projects&#x2F;copilot-cli" rel="nofollow noreferrer">https:&#x2F;&#x2F;githubnext.com&#x2F;projects&#x2F;copilot-cli</a>
评论 #37569872 未加载
评论 #37601457 未加载
mike986over 1 year ago
All of the alternatives commented so far have the same downside, you got a LLM response and you can either run it or abort.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tom-doerr&#x2F;zsh_codex">https:&#x2F;&#x2F;github.com&#x2F;tom-doerr&#x2F;zsh_codex</a><p>^ This is much nicer as it hook into zsh completion so you got a response that drop right into the shell input (enter to execute or edit away)<p>Also you can write shell script directly in prompt and use it to auto complete the rest
binary_wizard01over 1 year ago
I&#x27;ve built a similar shell script a while ago and still use it quite frequently: <a href="https:&#x2F;&#x2F;github.com&#x2F;Luanf&#x2F;cligpt">https:&#x2F;&#x2F;github.com&#x2F;Luanf&#x2F;cligpt</a>
评论 #37569477 未加载
评论 #37570101 未加载
danielvaughnover 1 year ago
There&#x27;s also <a href="https:&#x2F;&#x2F;www.warp.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.warp.dev</a><p>I&#x27;ve been using it for the past few weeks and it&#x27;s really sleek. I actually don&#x27;t use the AI features very often because I&#x27;m fluent in the terminal, but it&#x27;s nice to know it&#x27;s there if I need it.<p>Some people get weirded out by the fact that it&#x27;s VC funded and they collect telemetry, but I think you can turn that off.
评论 #37571713 未加载
评论 #37570938 未加载
mouzoguover 1 year ago
nice idea but anything written in node&#x2F;deno&#x2F;whatever will definitely stop working &lt; 6 months unless its heavily maintained.
programmarchyover 1 year ago
I was surprised that Whiz could use tools like ffmpeg even though it tells ChatGPT to only use available shell commands. I asked it to &quot;convert demo.mov to an mp4&quot; and &quot;cut the first five seconds of demo.mp4&quot; and it came back with the correct commands. I guess that was enough to allow it to assume ffmpeg is probably installed. Pretty cool!
评论 #37572336 未加载
ramesh31over 1 year ago
Seems like a perfect use case for local models. Not sure I want to be sending my .bash_profile or .bash_history (or local env vars...) to OpenAI. And I can&#x27;t imagine doing anything in the terminal that llama2-code-7b couldn&#x27;t make sense of. That can trivially run on an M1 with 8GB.
评论 #37572377 未加载
wendyshuover 1 year ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;TheR1D&#x2F;shell_gpt">https:&#x2F;&#x2F;github.com&#x2F;TheR1D&#x2F;shell_gpt</a> already exists
评论 #37570469 未加载
评论 #37570423 未加载
isuckatcodingover 1 year ago
What are the security implications of this?<p>If you ask it something like “pipe the output of &lt;CLI&gt; using &lt;MY_SECRET_TOKEN&gt; to grep to find XYZ”
评论 #37582656 未加载
pplonski86over 1 year ago
It is quite similar to <a href="https:&#x2F;&#x2F;github.com&#x2F;KillianLucas&#x2F;open-interpreter">https:&#x2F;&#x2F;github.com&#x2F;KillianLucas&#x2F;open-interpreter</a><p>Such terminal tools are quite like AI agents, it should think about steps and then execute one by one.
评论 #37569406 未加载
评论 #37570195 未加载
syntaxingover 1 year ago
For people who use terminal a lot, I find shell gpt a good mixture [1]. Flexible enough to pipe commands, generic enough to ask questions.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;TheR1D&#x2F;shell_gpt">https:&#x2F;&#x2F;github.com&#x2F;TheR1D&#x2F;shell_gpt</a>
vinni2over 1 year ago
How does it compare to gorilla cli? <a href="https:&#x2F;&#x2F;github.com&#x2F;gorilla-llm&#x2F;gorilla-cli">https:&#x2F;&#x2F;github.com&#x2F;gorilla-llm&#x2F;gorilla-cli</a>
imsurajkadamover 1 year ago
I tried this but when I am running commands like wz can you install beautifulsoup and such things then it is giving me the syntex error: JSON<p>command is: &quot;wz can you install bs4&quot;
评论 #37569315 未加载
bitwizeover 1 year ago
This kind of reminds me of the database Q&amp;A, which used SRI&#x27;s NLP tech to allow you to query databases with &quot;plain English&quot;.
ctenbover 1 year ago
Nice. It would be cool if something like this existed for nushell. Chatgpt4 struggles with that language unfortunately
rdover 1 year ago
How is this different than <a href="https:&#x2F;&#x2F;fig.io&#x2F;">https:&#x2F;&#x2F;fig.io&#x2F;</a>?
评论 #37581910 未加载
gorenbover 1 year ago
GitHub copilot has created something (still in beta) that does this.
daniel_sushilover 1 year ago
Pretty neat use case. I like it
o_1over 1 year ago
this should be called terminator
jingles_devover 1 year ago
This is cool
dventimiover 1 year ago
What does it do