Linux command
intelli-shell 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Search saved commands interactively (shell hotkey)
# Press Ctrl+Space in your shell
Bookmark the last executed command (shell hotkey)
# Press Ctrl+B in your shell
Fix the current command with AI (shell hotkey)
# Press Ctrl+X in your shell
Add a command template from the CLI
intelli-shell new "[command_template]" -d "[description]"
Search commands from the CLI
intelli-shell search "[query]"
Import commands from a file or URL
intelli-shell import [path_or_url]
Export your command library
intelli-shell export [path]
说明
intelli-shell is a cross-platform command template and snippet manager written in Rust. It turns your terminal into a searchable library of commands that can be recalled with a keybinding and expanded with parameterized variables. It integrates with Bash, Zsh, Fish, Nushell, and PowerShell. Once the shell hook is installed, Ctrl+Space opens an interactive fuzzy search over your stored commands, Ctrl+B bookmarks the last executed line, and Ctrl+X asks a configured LLM to fix the current line. Templates support dynamic variables such as `{{file}}` with optional suggestion generators, workspace-local command sets, and tag-based categorization.
FAQ
What is the intelli-shell command used for?
intelli-shell is a cross-platform command template and snippet manager written in Rust. It turns your terminal into a searchable library of commands that can be recalled with a keybinding and expanded with parameterized variables. It integrates with Bash, Zsh, Fish, Nushell, and PowerShell. Once the shell hook is installed, Ctrl+Space opens an interactive fuzzy search over your stored commands, Ctrl+B bookmarks the last executed line, and Ctrl+X asks a configured LLM to fix the current line. Templates support dynamic variables such as `{{file}}` with optional suggestion generators, workspace-local command sets, and tag-based categorization.
How do I run a basic intelli-shell example?
Run `# Press Ctrl+Space in your shell` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more intelli-shell examples?
This page includes 7 examples for intelli-shell, plus related commands for nearby Linux tasks.