Discover and explore top open-source AI tools and projects—updated daily.
Shell command autocompletion and management
Top 73.2% on SourcePulse
IntelliShell is a command-line tool designed to function as a smart bookmark manager for shell commands, enhancing productivity by allowing users to find, organize, and reuse complex commands without leaving their terminal. It supports Bash, Zsh, Fish, and PowerShell, with standalone binaries for Linux, macOS, and Windows, targeting developers and power users who frequently work with shell commands.
How It Works
IntelliShell integrates seamlessly into the shell, offering keybindings for searching, bookmarking, and managing commands. Its core features include dynamic variables for command templating, AI-powered command generation and fixing using local or remote LLMs, and workspace awareness for project-specific commands. This approach aims to reduce the cognitive load of remembering and typing complex commands, while the AI capabilities assist in creating, debugging, and discovering new commands.
Quick Start & Requirements
curl -sSf https://raw.githubusercontent.com/lasantosr/intelli-shell/main/install.sh | sh
irm https://raw.githubusercontent.com/lasantosr/intelli-shell/main/install.ps1 | iex
ctrl+space
in the terminal and through linked resources in the README.Highlighted Details
.intellishell
files for team collaboration.Maintenance & Community
The project is maintained by lasantosr. Further community and contribution details are not explicitly detailed in the README beyond the open-source nature.
Licensing & Compatibility
IntelliShell is licensed under the Apache License, Version 2.0. This license is permissive and generally compatible with commercial use and closed-source linking.
Limitations & Caveats
While IntelliShell offers AI features, their effectiveness and resource requirements (local vs. remote LLMs) are not detailed. The README also implies that some features, like AI command fixing, require AI to be enabled, suggesting potential limitations if AI is not configured or available.
4 days ago
Inactive