awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

6 Repos

Awesome GitHub RepositoriesContext Menu Command Handlers

Processors for commands triggered from context menus on messages or user profiles, receiving interaction payloads and returning responses.

Distinct from Context Menu Construction: Distinct from Context Menu Construction: focuses on handling command interactions rather than building the menu structure.

Explore 6 awesome GitHub repositories matching user interface & experience · Context Menu Command Handlers. Refine with filters or upvote what's useful.

Awesome Context Menu Command Handlers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • discord/discord-api-docsAvatar von discord

    discord/discord-api-docs

    6,425Auf GitHub ansehen↗

    Documents how to process commands triggered from context menus on messages or user profiles.

    MDXdiscorddiscord-apidiscordapp
    Auf GitHub ansehen↗6,425
  • mentebinaria/retoolkitAvatar von mentebinaria

    mentebinaria/retoolkit

    5,222Auf GitHub ansehen↗

    Retoolkit ist ein Orchestrator für Reverse-Engineering-Tools und eine Umgebung zur Bereitstellung von Malware-Analysen für Windows. Es fungiert als Automatisierungstool für Binäranalyse-Workflows, das die spezialisierten Software-Toolchains installiert und konfiguriert, die für die Sicherheitsforschung erforderlich sind. Das Projekt verwaltet die Ausführung und den Lebenszyklus eigenständiger Analyse-Binärdateien über ein Registry-basiertes Windows-Shell-Kontextmenü. Diese Integration ermöglicht es Benutzern, externe Tools direkt aus dem Rechtsklick-Menü des Dateisystems zu starten, indem ausgewählte Dateipfade als Befehlszeilenargumente an ausführbare Dateien von Drittanbietern übergeben werden. Das System deckt die Automatisierung von Sicherheits-Toolchains, skriptbasierte Umgebungsbereitstellung und die Einrichtung von Workstations für die Windows-Binäranalyse ab.

    Launches specific analysis programs by passing selected files via context menu command handlers.

    Inno Setupinno-setupmalware-analysisreverse-engineering
    Auf GitHub ansehen↗5,222
  • discord-jda/jdaAvatar von discord-jda

    discord-jda/JDA

    4,665Auf GitHub ansehen↗

    JDA is a Java wrapper for the Discord API, providing a framework for building automated agents and integrating applications with the chat platform. It functions as both a REST API client for managing server entities and a gateway client that maintains persistent WebSocket connections for real-time state updates. The library features a comprehensive voice API module for managing audio streaming, voice channel connectivity, and soundboard integration. It also includes a specialized toolkit for interactive UI design, enabling the creation of slash commands, buttons, select menus, and modal input

    Provides processors for commands triggered from user or message context menus.

    Javaapiapi-wrapperbot
    Auf GitHub ansehen↗4,665
  • dv8fromtheworld/jdaAvatar von DV8FromTheWorld

    DV8FromTheWorld/JDA

    4,663Auf GitHub ansehen↗

    JDA is a Java library that serves as a Discord API wrapper, bot framework, and voice API client. It enables applications to interact with the Discord REST API and real-time gateway to build automated assistants, manage servers, and handle user interactions. The project includes a sharding manager to distribute gateway connections across multiple shards for scaling high-volume deployments. It also provides a UI component library for constructing interactive buttons, select menus, and modal forms within messages. Its capabilities cover voice and audio management, including audio streaming and

    Processes commands triggered from user or message context menus to perform actions on specific targets.

    Java
    Auf GitHub ansehen↗4,663
  • yattee/yatteeAvatar von yattee

    yattee/yattee

    3,322Auf GitHub ansehen↗

    Yattee is a privacy-focused video player and multi-backend video aggregator designed for streaming online content without tracking, ads, or account requirements. It functions as a cross-platform application that collects video content from self-hosted servers, third-party APIs, and decentralized platforms into a single interface. The project features SponsorBlock integration to automatically skip sponsored or promotional segments using a community-sourced timestamp database. It also includes an Invidious-compatible API server that can replace standard endpoints to facilitate private playback.

    Provides context-sensitive menus for quick actions like adding videos to a queue or subscribing to channels.

    Swiftinvidiousiosmacos
    Auf GitHub ansehen↗3,322
  • skywind3000/vim-quickuiAvatar von skywind3000

    skywind3000/vim-quickui

    1,174Auf GitHub ansehen↗

    Vim-quickui is a text user interface library and plugin for Vim and Neovim editors that renders interactive widgets directly inside terminal environments without external dependencies. The framework provides buffer-independent UI drawing, popup window layering, state-driven event handling, and data-driven dialog generation that constructs modal forms and input controls from declarative data structures. The extension covers a broad suite of interface components including dropdown menu bars, context menus, scrollable list boxes, confirmation dialogs, and string input prompts. Users can inspect

    Pop up and render interactive context menus near the cursor or mouse to trigger commands and source actions.

    Vim Scriptborlandcommand-linegui
    Auf GitHub ansehen↗1,174
  1. Home
  2. User Interface & Experience
  3. Context Menu Construction
  4. Context Menu Command Handlers

Unter-Tags erkunden

  • Context Menu RenderersPops up and renders interactive context menus near the cursor or mouse to trigger commands. **Distinct from Context Menu Command Handlers:** Distinct from Context Menu Command Handlers: focuses on rendering and displaying context menus rather than handling their command payloads.
  • External Binary HandlersHandlers that execute external system binaries when triggered from a context menu. **Distinct from Context Menu Command Handlers:** Specifically targets the execution of external binaries rather than internal application command processors.