ShellOracle
shell_gpt
| ShellOracle | shell_gpt | |
|---|---|---|
| 1 | 46 | |
| 310 | 11,596 | |
| 1.9% | 1.0% | |
| 6.0 | 5.1 | |
| about 1 month ago | about 2 months ago | |
| Python | Python | |
| GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ShellOracle
- Show HN: FFmpeg Pages – because I was tired of fighting FFmpeg every time
i use shell oracle (https://github.com/djcopley/ShellOracle), works fine most of the time
> convert this video.mp4 to webm without audio using ffmpeg
$ ffmpeg -i video.mp4 -c:v libvpx -an output.webm
shell_gpt
- Supercharge Your Terminal: ShellGPT + ChromaDB + LangChain for Context-Aware Automation
🗃 To explore ShellGPT in depth, including installation instructions, usage examples, and advanced configuration options, head over to the official ShellGPT GitHub repository.
- Master Vibe Coding: AI-Powered Workflow
ShellGPT
- Building Slack Platform Expert AI
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
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
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
- Anyone else using a terminal LLM? (+my prototype)
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
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
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?
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:
What are some alternatives?
askimo - Chat on desktop, script in the terminal, and use any AI provider you like.
ai-shell - A CLI that converts natural language to shell commands.
comfyui_LLM_party - LLM Agent Framework in ComfyUI includes MCP sever, Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai / aisuite interfaces, such as o1,ollama, gemini, grok, qwen, GLM, deepseek, kimi,doubao. Adapted to local llms, vlm, gguf such as llama-3.3 Janus-Pro, Linkage graphRAG
aider - aider is AI pair programming in your terminal
ngpt - 🤖 nGPT - A lightning-fast CLI tool that brings any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini) directly to your terminal. Generate code, craft git commits, execute shell commands, rewrite text, and chat interactively, all with seamless provider switching and real-time streaming.
GPTCache - Semantic cache for LLMs. Fully integrated with LangChain and llama_index.