Show HN: Whiz – A copilot for your command line

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • whiz

    A copilot for your terminal (by searchableguy)

  • I love yours. It is entirely in shell script.

    I recommend using chatgpt functions for more reliability. I'm making use of them[0]. I wanted to use javascript since I want to extend it with a plugin system later, haha.

    0] https://github.com/searchableguy/whiz/blob/main/src/completi...

  • open-interpreter

    A natural language interface for computers

  • It is quite similar to https://github.com/KillianLucas/open-interpreter

    Such terminal tools are quite like AI agents, it should think about steps and then execute one by one.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • cligpt

    Terminal autocomplete integation with GPT

  • I've built a similar shell script a while ago and still use it quite frequently: https://github.com/Luanf/cligpt

  • kitty

    Cross-platform, fast, feature-rich, GPU based terminal

  • I loved Warp for it's speed, but the keybindings and lack of configuration didn't work for me. For example, it doesn't support "ctrl+x ctrl+e" which I use daily for editing long prompts in vim.

    I recently switched to (Kitty)[https://sw.kovidgoyal.net/kitty/] and I don't think I'm ever going back. It's not flashy and doesn't have any AI features. It's just a donation-funded, wickedly fast, highly configurable, dotfiles-friendly, modern terminal emulator.

  • zsh_codex

    This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.

  • All of the alternatives commented so far have the same downside, you got a LLM response and you can either run it or abort.

    https://github.com/tom-doerr/zsh_codex

    ^ 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)

    Also you can write shell script directly in prompt and use it to auto complete the rest

  • autocomplete

    IDE-style autocomplete for your existing terminal & shell

  • How is this different than https://fig.io/?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Another Major Outage Across ChatGPT and API

    4 projects | news.ycombinator.com | 8 Nov 2023
  • Does ChatGPT plus have programmatic API access?

    2 projects | /r/ChatGPT | 8 Jul 2023
  • Build A Dual-Purpose App: Text-to-Image and Custom Chatbot Using Comet, GPT-3.5, DALL-E 2, and Streamlit

    3 projects | dev.to | 29 May 2024
  • Elia, A snappy, keyboard-centric terminal UI for interacting with LLM

    1 project | news.ycombinator.com | 21 May 2024
  • GPT-4 Turbo with Vision is a step backwards for coding

    5 projects | news.ycombinator.com | 10 Apr 2024