iTerm2 and AI Hype Overload

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
  • iterm2

  • No, that's not how the plugin works. It sends context to ChatGPT telling it to return a single command that is copy/pasteable. The plugin does no filtering of the results. You can literally read the code for yourself:

    https://gitlab.com/gnachman/iterm2/-/blob/master/sources/iTe...

  • iTerm2

    iTerm2 is a terminal emulator for Mac OS X that does amazing things.

  • It appears to be configurable:

    DEFINE_STRING(aitermURL, @"https://api.openai.com/v1/completions", SECTION_EXPERIMENTAL @"URL for AI API.\nA ChatGPT API endpoint should be here. Note that this URL is only used if the model name does not begin with `gpt-` because those models used an older API.");

    https://github.com/gnachman/iTerm2/blob/a196d31658a8d0aa2dc5...

  • 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
  • https://github.com/koryk/reverse-ai-search

    I have been working on something like that fits better into my existing bash/zsh workflow. So I landed on using ollama and a small widget that tries to mirror the same behavior of ctrl+r aka reverse-i-search. Barely functional, but I have found value from it.

  • cmdhelp

  • I built something similar with GPT-4o support https://github.com/gogainda/cmdhelp Mac users just can download the built executable and start using it. All you need is an API key

  • llm

    Access large language models from the command-line (by simonw)

  • Access LLMs from the command line: https://github.com/simonw/llm

  • llm-cmd

    Use LLM to generate and execute commands in your shell

  • simonw's llm tool does this with a plugin: https://github.com/simonw/llm-cmd

    I'm with the others that want it in a command, not embedded in my terminal

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