12 repositorios
Definition of specific character sequences used to identify executable commands within content files.
Distinct from Configuration File Command Execution: Distinct from configuration file execution: focuses on the specific syntax prefixes within Markdown comments used to trigger commands.
Explore 12 awesome GitHub repositories matching development tools & productivity · Command Trigger Prefixes. Refine with filters or upvote what's useful.
Presenterm is a CLI presentation framework and tool used to create interactive slide decks directly in the terminal. It functions as a Markdown slide renderer, transforming Markdown files into formatted terminal presentations with support for synchronized speaker notes and custom YAML themes. The project distinguishes itself through a built-in terminal code executor that runs code snippets live during a presentation, replacing source blocks with real-time output. It also features a terminal image renderer capable of displaying local images, animated GIFs, and pre-rendered diagrams or mathemat
Defines a specific prefix for HTML comments to distinguish executable commands from standard notes.
Knightbot-MD is a WhatsApp bot framework that connects through the multi-device protocol to automate group management, moderation, and interactive features. It provides a modular system for running turn-based multiplayer games like Tic-Tac-Toe within group conversations, converting images into WebP stickers for chat sharing, and synthesizing text messages into audio clips through text-to-speech conversion. The bot includes a link-detection moderation engine that scans incoming messages against blocklisted domains and triggers automated warnings or muting. It enforces role-based command author
Parses commands from message text using a user-defined prefix character and registered handlers.
VimTeX es un entorno de desarrollo integrado para crear y compilar documentos LaTeX dentro de Vim y Neovim. Funciona como una suite completa para la creación de documentos técnicos, combinando los roles de resaltador de sintaxis, navegador de documentos y motor de autocompletado. El plugin se distingue por un flujo de trabajo coordinado que gestiona la compilación asíncrona y la sincronización bidireccional con visores de PDF externos. Esto permite a los usuarios saltar entre ubicaciones específicas del código fuente y sus páginas renderizadas mientras mantienen una interfaz de editor receptiva durante la producción del documento. El sistema proporciona una amplia gama de capacidades para la inteligencia y edición de documentos. Esto incluye sugerencias sensibles al contexto para citas y etiquetas, una tabla de contenidos navegable para recorrer archivos grandes y objetos de texto especializados que tratan los entornos LaTeX y las zonas matemáticas como unidades atómicas. También analiza los registros de compilación para mapear errores y advertencias directamente a las líneas correspondientes en el código fuente.
Analyzes the surrounding text to determine the arguments and scope of specific LaTeX commands.
Serenity is a Rust library and framework designed for interacting with the Discord API. It serves as a Discord bot framework, gateway client, and REST wrapper, providing the necessary tools to build automated applications and integrate custom software with the Discord platform. The project enables the development of real-time chat automation and the implementation of custom Discord commands. It facilitates Discord API integration through both a typed interface for resource management and a persistent connection handler for receiving state updates and events. The library covers broad capabili
Parses user messages into commands, arguments, and options using configurable prefix triggers.
Koishi is an open-source framework for building multi-platform chatbots, designed around an adapter-driven architecture that lets a single bot connect to multiple messaging services with consistent logic. It provides a plugin-based development platform with hot reload support, enabling developers to write and update bot extensions using TypeScript without restarting the application. A web-based management console offers a graphical interface for configuring plugins, commands, permissions, and monitoring runtime status. What distinguishes Koishi is its combination of a dynamic plugin lifecycle
Parses user messages using configurable prefixes and extracts command paths, arguments, and options.
Antigravity-kit is a multi-agent orchestrator and routing engine designed to coordinate specialized large language model agents. It functions as a conversational workflow automation tool and a context management system that executes complex tasks through a chat interface. The system utilizes a routing engine to classify user requests and dispatch them to domain-expert agents. It employs a multi-agent orchestration model that allows specialist workers to operate in parallel and combine their outputs. To manage operational efficiency, the kit includes a memory layer for storing project convent
Executes pre-defined sequences of operations for complex tasks using command-based triggers in chat.
Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope
Starts an AI workflow by mentioning a bot in a comment thread which then executes tools like document creation or editing.
python-miio es una biblioteca de Python y una implementación de controlador de hardware del protocolo Miio, diseñada para controlar y gestionar electrodomésticos inteligentes de Xiaomi. Proporciona las interfaces de software necesarias para traducir comandos de alto nivel en paquetes de red para la comunicación con el dispositivo. El proyecto incluye un simulador de dispositivos de red especializado para emular respuestas de hardware y probar implementaciones de protocolos sin dispositivos físicos. También cuenta con una interfaz de línea de comandos para enviar comandos, consultar el estado del dispositivo y realizar la recuperación de tokens para una autenticación segura. Las áreas de capacidad cubren el descubrimiento de redes IoT para identificar modelos de dispositivos y direcciones IP, así como el análisis de protocolos mediante el análisis de capturas de paquetes de red. La biblioteca admite la introspección de características del dispositivo para recuperar metadatos sobre sensores disponibles y configuraciones ajustables.
Dynamically identifies and executes available hardware commands by parsing external description files.
Teloxide es un framework de aplicaciones y wrapper de API en Rust diseñado para construir bots de Telegram. Proporciona una interfaz programática para recibir actualizaciones y enviar mensajes a través de la API de bots de Telegram, utilizando un pipeline declarativo de filtros y manejadores. El framework incluye un gestor de diálogos de bot que utiliza una máquina de estados finitos para rastrear sesiones de usuario y flujos de conversación. Este sistema de gestión de estado admite backends de persistencia conectables, incluyendo memoria, Redis y Sqlite. La librería cubre el enrutamiento asíncrono de mensajes y la recepción de actualizaciones mediante transporte de long-polling o webhooks. También proporciona utilidades para el análisis de comandos, inyección de dependencias con seguridad de tipos y validación de tipos de manejadores para detectar rutas de código inalcanzables.
Provides utilities to parse plain text user messages into typed command structures with arguments and options.
This project is a PHP library and development kit for building bots that interact with the Telegram Bot API. It provides a framework for handling user messages, managing inline queries, and delivering media content through both webhooks and polling. The framework includes a data management layer for storing user profiles, chat histories, and bot states in a relational database to maintain continuity across sessions. It also features administrative access restrictions to limit the execution of sensitive tasks to verified user identifiers. The system covers a broad set of capabilities includin
Triggers specific bot actions based on predefined text patterns or command prefixes identified in chat messages.
NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto
Parses SCPI commands to enable remote control of programmable test and measurement equipment.
ZeroBot-Plugin is an extensible plugin framework for QQ group bots, providing a modular system that adds automation, AI chat, image generation, and moderation capabilities to chat environments. The project is built around a collection of plugin modules that each handle specific functions, from scheduling recurring commands to managing group member interactions. The framework distinguishes itself through its integration of AI-powered features, including configurable large language model chat with image recognition support, alongside automated content moderation that scans text and images again
Processes user messages as bot commands to trigger automated responses and interactions.