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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • discord/discord-api-docsAvatar discord

    discord/discord-api-docs

    6,425Vezi pe GitHub↗

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

    MDXdiscorddiscord-apidiscordapp
    Vezi pe GitHub↗6,425
  • mentebinaria/retoolkitAvatar mentebinaria

    mentebinaria/retoolkit

    5,222Vezi pe GitHub↗

    Retoolkit este un orchestrator de instrumente de inginerie inversă și un mediu de analiză a malware-ului pentru Windows. Funcționează ca un automatizator de flux de lucru pentru analiza binară care instalează și configurează lanțurile de instrumente software specializate necesare pentru cercetarea în securitate. Proiectul gestionează execuția și ciclul de viață al binarilor de analiză standalone prin intermediul unui meniu contextual de shell Windows bazat pe registru. Această integrare permite utilizatorilor să lanseze instrumente externe direct din meniul de click-dreapta al sistemului de fișiere, transmițând căile fișierelor selectate ca argumente de linie de comandă către executabile terțe. Sistemul acoperă automatizarea lanțului de instrumente de securitate, provizionarea scriptată a mediului și configurarea stațiilor de lucru pentru analiza binară Windows.

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

    Inno Setupinno-setupmalware-analysisreverse-engineering
    Vezi pe GitHub↗5,222
  • discord-jda/jdaAvatar discord-jda

    discord-jda/JDA

    4,665Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,665
  • dv8fromtheworld/jdaAvatar DV8FromTheWorld

    DV8FromTheWorld/JDA

    4,663Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,663
  • yattee/yatteeAvatar yattee

    yattee/yattee

    3,322Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,322
  • skywind3000/vim-quickuiAvatar skywind3000

    skywind3000/vim-quickui

    1,174Vezi pe GitHub↗

    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
    Vezi pe GitHub↗1,174
  1. Home
  2. User Interface & Experience
  3. Context Menu Construction
  4. Context Menu Command Handlers

Explorează sub-etichetele

  • 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.