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

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. whiz

    A copilot for your terminal

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

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. 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.

  4. cligpt

    Discontinued 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

  5. 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.

  6. 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

  7. 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
  • Avoid These Top 10 Mistakes When Using Apache Spark

    2 projects | dev.to | 28 Aug 2024
  • Implementing RAG using LlamaIndex, Pinecone and Langtrace: A Step-by-Step Guide

    1 project | dev.to | 14 Aug 2024
  • Magic-CLI: A copilot for your command line

    10 projects | news.ycombinator.com | 16 Jul 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?