This project is a shell autocomplete engine and completion provider that adds real-time suggestions for command line interface options and arguments within a terminal. It functions as a declarative completion framework, allowing command hierarchies and option sets to be defined via structured data instead of manual shell scripts. The system acts as a cross-shell completion bridge, translating a single unified definition into commands compatible with multiple different shell environments. This ensures a consistent autocomplete experience across various terminals using a shared specification fo
zsh-autocomplete is a shell extension and completion engine for Zsh that provides real-time, asynchronous type-ahead suggestions and interactive completion menus while typing. It functions as a productivity tool designed to reduce keystrokes by filtering available commands and arguments based on current user input. The project distinguishes itself by automatically inserting the longest common prefix among matching suggestions and providing an interactive shell menu for navigating command history and filesystem paths. It includes mechanisms for tracking and suggesting recently visited director
x-cmd is an AI agent orchestrator, cloud infrastructure CLI, and cross-platform package manager that provides an enhanced POSIX shell toolkit. It integrates large language models directly into the terminal for chatting, code generation, and the execution of agentic workflows, while offering a framework for building interactive terminal user interface components. The project distinguishes itself by deploying containerized AI agents within isolated sandboxes, provisioning them with specialized skills and headless browser automation capabilities. It further streamlines development through a unif
This project is a shell plugin that provides real-time command suggestions to accelerate terminal input. By hooking into the command line editor and utilizing a strategy-based prediction engine, it generates completions derived from command history, shell completion data, or custom user-defined sources. The tool distinguishes itself by rendering suggestions as a visual ghost layer directly within the terminal buffer using ANSI-styled overlays. To maintain a responsive command-line environment, it performs all prediction calculations in the background, ensuring that heavy computation does not
Inshellisense is a command line productivity tool and shell autocomplete engine. It provides IDE-style command suggestions and real-time completions to reduce typing errors and accelerate command entry within the terminal.
Les fonctionnalités principales de microsoft/inshellisense sont : Command Suggestion Tools, Command Line Productivity, Command-Line Autocompletion, Cross-Shell Completion Interfaces, Language Server Protocols, Shell Autocompletion Providers, Shell Completion, Shell Integration Hooks.
Les alternatives open-source à microsoft/inshellisense incluent : withfig/autocomplete — This project is a shell autocomplete engine and completion provider that adds real-time suggestions for command line… marlonrichert/zsh-autocomplete — zsh-autocomplete is a shell extension and completion engine for Zsh that provides real-time, asynchronous type-ahead… x-cmd/x-cmd — x-cmd is an AI agent orchestrator, cloud infrastructure CLI, and cross-platform package manager that provides an… zsh-users/zsh-autosuggestions — This project is a shell plugin that provides real-time command suggestions to accelerate terminal input. By hooking… rupa/z — z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move… fastapi/typer — This project is a Python framework for building command-line interfaces by converting standard functions into…