2 Repos
Capabilities that allow users to provide complex or multi-line input by launching a system-configured text editor.
Distinct from External Editor Openers: The candidates refer to input method editors (IME), markdown editors, or snippet openers, whereas this is about utilizing a full external system editor for general text input capture.
Explore 2 awesome GitHub repositories matching user interface & experience · External Editor Integrations. Refine with filters or upvote what's useful.
Survey ist eine Go-Bibliothek für interaktive Prompts und ein Terminal-UI-Toolkit zum Erstellen von Kommandozeilenschnittstellen, die strukturierte Daten erfassen. Es bietet ein Framework zum Rendern von tastaturnavigierbaren Menüs und Formularen über verschiedene Betriebssysteme hinweg. Das Toolkit enthält Komponenten zum Einholen von Nutzerbestätigungen, zum Erfassen von Text- und Passworteingaben sowie zur Darstellung paginierter Auswahllisten. Es unterstützt mehrzeilige Eingaben durch Integration mit dem externen Texteditor des Systems und bietet kontextbezogene Hilfeanzeigen zur Nutzerführung. Die Bibliothek implementiert Logik zur Eingabevalidierung, um sicherzustellen, dass Antworten spezifischen Regeln entsprechen, bevor sie verarbeitet werden. Sie übernimmt die zugrunde liegende Terminal-Abstraktion für POSIX- und Windows-Umgebungen und nutzt Raw-Mode-Eingaben sowie ANSI-Rendering für ein interaktives Prompting-Erlebnis.
A CLI utility that opens a temporary file in the system text editor to capture complex multi-line input.
Kimi-code is a command-line interface and orchestration framework designed to integrate autonomous AI agents into software development workflows. It functions as a terminal-based assistant that manages multi-step coding tasks, including planning, file system modifications, shell command execution, and test running, all while maintaining conversational context within a local development environment. The project distinguishes itself through a focus on secure, autonomous agent orchestration and granular control over AI interactions. It enforces strict security by requiring explicit user approval
Transfers input buffers to external text editors for complex drafting before returning content to the interface.