awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Terminal Input Enhancers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesTerminal Input Enhancers

Configuration-driven tools that add visual feedback and keyboard shortcuts to terminal input.

Distinguishing note: Focuses on the input-entry experience and keyboard-driven shortcuts rather than command prediction or shell logic.

Explore 1 awesome GitHub repository matching development tools & productivity · Terminal Input Enhancers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Terminal Input Enhancers

Awesome Terminal Input Enhancers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • zsh-users/zsh-autosuggestions

    zsh-users/zsh-autosuggestions

    34,868View on GitHub↗

    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

    Provides visual feedback and keyboard-based shortcuts to streamline the process of typing and executing shell commands.

    Shellautocompleteautosuggestfish
    34,868View on GitHub↗