From 2c72742c32229deccc5fbd98d9ad665aede6775c Mon Sep 17 00:00:00 2001 From: Dheeraj C L Date: Tue, 4 Feb 2025 23:22:41 +0530 Subject: [PATCH] Add Shell Sage to Command-Line Productivity section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adds Shell Sage to the Command-Line Productivity section. Shell Sage is an AI-powered terminal assistant that enhances the command-line experience by offering: Local LLM support (Ollama) for offline, privacy-friendly command suggestions. Cloud API options (Groq, OpenAI, Anthropic, Fireworks.ai, OpenRouter, Deepseek) for flexible AI-powered assistance. Error diagnosis, natural language to command conversion, and interactive workflows to improve efficiency. It’s open-source and designed for developers who want smart automation without leaving the terminal. Looking forward to your review. Thanks for maintaining this awesome list! 🚀 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75f7569..5cbed5d 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [rg](https://github.com/BurntSushi/ripgrep) - ripgrep is a line oriented search tool that combines the usability of The Silver Searcher with the raw speed of GNU grep * [screen](https://www.gnu.org/software/screen/) - GNU terminal multiplexer * [shell-history](https://github.com/pawamoy/shell-history) - Visualize your shell usage with Highcharts +* [Shell Sage](https://github.com/dheerajcl/Terminal_assistant) - AI-powered terminal assistant with local LLM support (Ollama) and cloud APIs for command suggestions, error diagnosis, and automation. * [SHML](https://github.com/odb/shml) - Style framework for the terminal (Shell Markup Language) * [slugify](https://github.com/benlinton/slugify) - Command that converts filenames and directories to a web friendly format * [sman](https://github.com/tokozedg/sman) - :bug: A command-line snippet manager