shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently. (by TheR1D)

Shell_gpt Alternatives

Similar projects and alternatives to shell_gpt

  1. ohmyzsh

    604 shell_gpt VS ohmyzsh

    🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. fish-shell

    The user-friendly command line shell.

  4. starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  5. aider

    91 shell_gpt VS aider

    aider is AI pair programming in your terminal

  6. fnm

    69 shell_gpt VS fnm

    🚀 Fast and simple Node.js version manager, built in Rust

  7. llm

    56 shell_gpt VS llm

    Access large language models from the command-line

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. fisher

    36 shell_gpt VS fisher

    A plugin manager for Fish

  10. aichat

    All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.

  11. whatsapp-web.js

    27 shell_gpt VS whatsapp-web.js

    A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app

  12. zsh-bench

    Benchmark for interactive Zsh

  13. bass

    17 shell_gpt VS bass

    Make Bash utilities usable in Fish shell

  14. mods

    AI on the command line

  15. dotfiles

    Settings for various tools I use. (by nickjj)

  16. gorilla-cli

    LLMs for your CLI

  17. sheldon

    8 shell_gpt VS sheldon

    :bowtie: Fast, configurable, shell plugin manager

  18. YoCLI

    yo lets you find the the CLI command you are looking for by asking in natural language

  19. ai-shell

    6 shell_gpt VS ai-shell

    A CLI that converts natural language to shell commands.

  20. GPTCache

    43 shell_gpt VS GPTCache

    Semantic cache for LLMs. Fully integrated with LangChain and llama_index.

  21. awsm.fish

    5 shell_gpt VS awsm.fish

    A curation of prompts, plugins & other Fish treasures 🐚💎

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better shell_gpt alternative or higher similarity.

shell_gpt discussion

Log in or Post with

shell_gpt reviews and mentions

Posts with mentions or reviews of shell_gpt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-12.
  • Building Slack Platform Expert AI
    3 projects | dev.to | 12 Feb 2025
    The code was something like this (off topic, but if you're looking for a great solution for daily use, take a look at ShellGPT):
  • Show HN: Sort lines semantically using LLM-sort
    4 projects | news.ycombinator.com | 10 Feb 2025
    Otherwise it might be more or less the same as using https://github.com/TheR1D/shell_gpt ?
  • T2x – a CLI tool for AI-first text operations
    6 projects | news.ycombinator.com | 30 Dec 2024
    I use a cli tool 100x/day for misc things; can hit openai or a local llm.

    https://github.com/TheR1D/shell_gpt

    Has nice shell integration.

  • ShellGPT: A CLI productivity tool powered by LLMs like GPT-4
    1 project | news.ycombinator.com | 25 Nov 2024
  • Anyone else using a terminal LLM? (+my prototype)
    2 projects | news.ycombinator.com | 22 Aug 2024
    I was wondering if anyone else is using a minimal terminal LLM. What I mean is a small cli application that lets you use stdin/stdout/etc to just pipe data to/from an llm (provider agnostically).

    For me this method has become my favorite way of using of LLMs (when I only need text IO) - but I suspect that I've (once again) just reinvented the wheel here. Previously I used https://github.com/TheR1D/shell_gpt, but I ran into a few reliability and usability issues with it.

    The way this works for me, is that I just launch a terminal which automatically starts a new LLM session, and I can use the CLI to load and manipulate previously saved sessions.

    Maybe in the future, what I see is that once could launch a generic LLM daemon on one's computer to just expose an API for any other tool to use, like an equivalent of an LSP, but for LLM instead of coding editors.

    end rant, any ideas? Feedback? :)

  • LLMs on the Command Line
    12 projects | news.ycombinator.com | 24 Jun 2024
    Besides aider and ollama, I think shell_gpt https://github.com/TheR1D/shell_gpt is great for quick chats / lookups. Being able to quickly cat files to repl sessions saves a lot of time.

    I need to integrate distil whisper large v3, aider, and shell_gpt to tidy up a lot of my disjointed LLM use. As someone else mentioned, the commits created by aider allow me to "skip" some intermediate steps that would be required when working on coding tasks with other frameworks.

  • Oh My Zsh
    19 projects | news.ycombinator.com | 22 Jan 2024
    https://github.com/TheR1D/shell_gpt?tab=readme-ov-file#shell...
  • Is there a better way to feed my codebase to GPT than using this bash script? How could I bundle the source code more intelligently?
    1 project | /r/rust | 27 Oct 2023
    I would like to stay in the terminal, and am using https://github.com/TheR1D/shell_gpt, my format is simply to send GPT a file to discuss:
  • Ask HN: How are you using LLMs in your command-line?
    1 project | news.ycombinator.com | 29 Aug 2023
    ShellGPT https://github.com/TheR1D/shell_gpt does pretty well for a lot of use cases. I mostly use it in REPL mode, switching topics as needed. I have wrappers around the `sgpt` command to, say, start a REPL with a particular topic, say, Python, which loads my previous history on that topic as part of the prompt.

    I also have an alias to save existing chats as text files so I can go back and review history.

    Finally, there is an alias to load a question up in an editor if I need to enter multiline text, e.g. to discuss code fragments, etc.

    I expect command-line workflows to be pretty individualized and I'm curious what others do. For me (old programmer), using a command line REPL feels much more natural (and blissfully noise-free) than going to a Web page to talk to, say, ChatGPT.

  • ChatGPT web and mobile UIs unavailable
    2 projects | news.ycombinator.com | 29 Aug 2023
    The API still works. I've been using https://github.com/TheR1D/shell_gpt/ in my workflow.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic shell_gpt repo stats
44
10,543
5.8
about 1 month ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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