awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesInput Processing Middleware

Logic for intercepting and filtering raw input streams before they reach the application core.

Distinguishing note: Focuses on buffer-aware filtering for command-line interfaces.

Explore 2 awesome GitHub repositories matching development tools & productivity · Input Processing Middleware. Refine with filters or upvote what's useful.

Awesome Input Processing Middleware GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zsh-users/zsh-autosuggestionsAvatar von zsh-users

    zsh-users/zsh-autosuggestions

    35,705Auf GitHub ansehen↗

    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

    Analyzes command line state to conditionally suppress suggestions for performance optimization.

    Shellautocompleteautosuggestfish
    Auf GitHub ansehen↗35,705
  • ramonunch/altsnapAvatar von RamonUnch

    RamonUnch/AltSnap

    4,663Auf GitHub ansehen↗

    AltSnap is a window manager utility and layout system that organizes application windows using custom snap grids and mouse-driven resizing and movement. It functions as a low-level input hook that intercepts keyboard and mouse events at the OS level to trigger custom window management actions. The project includes a coordinate-based grid mapper for precise snapping to custom zones and an input remapper that assigns keyboard scan codes to virtual mouse buttons. It also features a window automation CLI used to trigger management tasks on foreground or targeted application windows. The tool pro

    Restricts window actions based on application blacklists, process names, or window titles.

    Cdesktopwindow-managerwindows
    Auf GitHub ansehen↗4,663
  1. Home
  2. Development Tools & Productivity
  3. Input Processing Middleware

Unter-Tags erkunden

  • Window Action FiltersFiltering logic that restricts window management actions based on process names or titles. **Distinct from Input Processing Middleware:** Targets the restriction of window management actions based on application identity, unlike general input stream filtering