awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesWindows Shell UI Integrations

Integrating custom commands, icons, and visual elements directly into the OS shell interface.

Distinct from Shell Integration: Candidates focus on terminal shells or window controllers rather than the Windows Explorer shell UI.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Windows Shell UI Integrations. Refine with filters or upvote what's useful.

Awesome Windows Shell UI Integrations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • moudey/shellAvatar de moudey

    moudey/Shell

    6,649Ver en GitHub↗

    Shell is a Windows File Explorer context menu manager and shell UI customizer. It functions as a registry-based shell extension that uses a declarative configuration engine to add, remove, and modify context menu entries within the operating system. The project distinguishes itself through a text-based configuration system that supports logical expressions and conditional rules to control menu item visibility. It allows for the creation of multi-level cascade menus and the integration of custom visual identifiers, including SVG icons and glyphs, directly into the shell interface. Broad capab

    Integrates custom commands and SVG icons directly into the Windows file navigation shell.

    C++context-menufile-explorernilesoft-shell
    Ver en GitHub↗6,649
  • indiff/qttabbarAvatar de indiff

    indiff/qttabbar

    4,742Ver en GitHub↗

    Este proyecto es una extensión de shell y herramienta de mejora para el administrador de archivos de Windows. Proporciona una interfaz de navegación por pestañas y utilidades de organización de carpetas al explorador nativo. La herramienta permite la navegación visual de carpetas a través de vistas previas basadas en el paso del ratón sobre el contenido del directorio e instantáneas de imágenes. También incluye un mecanismo para integrar utilidades suplementarias, como ayudantes de operaciones de archivos y barras de estado, directamente en la interfaz de shell. El software logra estas mejoras a través de la integración nativa de la API del sistema, el hooking de extensiones de shell y superposiciones de UI dinámicas que se renderizan sobre las ventanas existentes.

    Injects custom UI elements into the Windows Explorer process by intercepting system calls and shell window messages.

    C#cppcsharpexplorer
    Ver en GitHub↗4,742
  1. Home
  2. Operating Systems & Systems Programming
  3. Windows Shell UI Integrations

Explorar subetiquetas

  • Shell Extension HookingInjecting custom UI and logic into the OS shell by intercepting system calls and window messages. **Distinct from Windows Shell UI Integrations:** Focuses on the active interception and injection mechanism rather than just adding static UI elements.