17 repositorios
Command-line interfaces featuring advanced user interaction like autocompletion.
Distinguishing note: Focuses on the interactive user experience of CLI tools.
Explore 17 awesome GitHub repositories matching development tools & productivity · Interactive CLI Tools. Refine with filters or upvote what's useful.
Claw Code is an autonomous software engineering agent and codebase manager designed to plan, execute, and verify software artifacts without human intervention. Built as a Rust-based AI orchestrator, it provides a memory-safe runtime for managing the lifecycle of autonomous development agents. The system utilizes an agentic command-line interface to run automated development tasks and interactive, prompt-based sessions. This interface allows for the execution of complex workflows and the management of autonomous codebase maintenance from planning through to deployment. The project includes ca
Implements an interactive command-line interface for managing autonomous agent sessions and system diagnostics.
DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti
Features an interactive command-line interface with syntax highlighting and autocompletion.
This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin
Enables bidirectional communication between user programs and judging systems for dynamic queries.
This project is a shell autocomplete engine and completion provider that adds real-time suggestions for command line interface options and arguments within a terminal. It functions as a declarative completion framework, allowing command hierarchies and option sets to be defined via structured data instead of manual shell scripts. The system acts as a cross-shell completion bridge, translating a single unified definition into commands compatible with multiple different shell environments. This ensures a consistent autocomplete experience across various terminals using a shared specification fo
Provides an intuitive interaction model for complex CLI tools through advanced autocompletion.
Inquirer.js is a command line input framework and prompt library for Node.js applications. It provides a structured set of tools for building interactive terminal interfaces, including menus, checklists, and text inputs, to gather user data and manage complex interactions. The framework allows for the creation of dynamic user experiences through branching prompt logic and the resolution of asynchronous configurations. Users can define custom prompts using a provided API and localize interface text into different languages. The library covers a wide range of input capabilities, including sing
Provides a comprehensive framework for building command-line tools with advanced interactive user experiences.
xterm.js is a high-performance terminal emulator library designed for web applications. It provides a core rendering engine and a modular interface that allows developers to embed fully functional, interactive command-line interfaces directly into browser environments. By processing standard terminal data streams and managing internal buffer states, the library enables the creation of rich, text-based user interfaces that support standard terminal protocols. The project distinguishes itself through a highly extensible architecture that allows for deep customization of terminal behavior. Devel
Enables the creation of interactive command-line interfaces with mouse tracking and custom input modes.
Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level
Enhances the command-line experience with interactive elements like quick search, history pickers, and custom themes.
Navi is an interactive command-line cheatsheet tool and shell command manager. It provides a fuzzy command browser that allows users to search and execute stored command-line snippets, reducing the need to memorize complex flags and arguments. The tool distinguishes itself through a system for importing and synchronizing command collections from remote Git repositories and third-party providers. It features interactive variable prompts that allow users to fill placeholders in commands via manual keyboard entry or selectable lists, including support for variable dependency mapping where one se
Provides a terminal application for searching and executing command snippets with interactive variable prompts.
python-prompt-toolkit is a Python library and terminal user interface framework used for building interactive command line interfaces. It provides a toolkit for constructing complex terminal applications with advanced input handling and layout management. The project features a real-time syntax highlighting engine and a rendering system that ensures correct alignment and display of double-width Unicode characters. It includes specialized capabilities for command line autocompletion, providing ghost text suggestions and searchable input history. The framework covers a broad range of interface
Facilitates the development of interactive command line applications with advanced input handling.
aws-shell is an interactive command-line environment designed for executing AWS CLI commands. It functions as a wrapped shell that allows users to run provider-specific infrastructure commands and local system processes within a single interface. The tool distinguishes itself through fuzzy-matching autocomplete for commands and resource IDs, along with dynamic inline documentation and help panels that provide immediate syntax guidance. It enables rapid context changes by allowing users to switch between different AWS identity profiles during a single session. The environment includes session
Provides an interactive command-line environment with advanced autocompletion and session management for AWS CLI commands.
Yowsup is a protocol library and client framework for implementing WhatsApp clients. It provides an interface for sending and receiving multimedia messages, managing group chats, and handling account registration. The project features a modular system for building communication stacks that process encrypted data and network connections. It includes a protocol library to manage messaging, presence states, and account registration, alongside an interactive command line interface for interacting with users and managing contacts. The framework covers a range of communication capabilities, includ
Includes an interactive command line interface for communicating with users and managing contacts via a terminal.
Bit es una interfaz de línea de comandos y wrapper de flujo de trabajo para Git que simplifica la gestión de repositorios a través de comandos de alto nivel y sincronización automatizada. Funciona como una herramienta de shell interactiva que reduce las operaciones manuales combinando el staging, el commit y el push en flujos de trabajo optimizados. La herramienta se distingue por integrarse directamente con proveedores de control de versiones para permitir a los usuarios ver y hacer checkout de pull requests desde la terminal. También cuenta con un sistema de autocompletado inteligente que proporciona autocompletado contextual con tabulador y sugerencias de flags para rutas de archivos, nombres de ramas y comandos basados en el estado y el historial del repositorio. Sus capacidades más amplias cubren la sincronización automatizada de ramas mediante rebasing, la creación dinámica de ramas durante el checkout y la gestión de etiquetas de versión a través de entornos locales y remotos. También proporciona un flujo de trabajo de staging unificado para fusionar las fases de adición y commit.
Features an interactive shell experience with intelligent tab-completion for file paths, branch names, and command flags.
Este proyecto es un recurso educativo integral y una serie de tutoriales para aprender scripting en Bash y programación shell. Sirve como guía técnica y manual de referencia para escribir scripts de automatización y crear herramientas reutilizables dentro de un entorno Linux. El material se centra en la automatización de DevOps y SysOps, cubriendo el desarrollo de herramientas de línea de comandos personalizadas, automatización de administración de sistemas y la implementación de automatización de seguridad, como la generación de contraseñas aleatorias y protección contra DDoS. El alcance abarca los fundamentos del lenguaje, incluyendo variables, bucles y lógica condicional, así como capacidades operativas como monitoreo de salud del sistema, resumen de logs de servidores web y gestión remota de servidores vía SSH. También aborda la interacción con la terminal mediante la construcción de menús interactivos, formato de salida y alias de comandos. El contenido está estructurado como una serie de guías, un ebook y una referencia de scripting.
Teaches how to build interactive numbered menus for user-driven script execution.
Vorpal es un framework de CLI interactivo para Node.js y biblioteca de interfaz de usuario de terminal utilizada para construir shells de línea de comandos extensibles. Funciona como un analizador de línea de comandos interactivo que convierte la entrada de cadena en funciones ejecutables, gestionando el ciclo de vida de las sesiones de terminal y el enrutamiento de comandos. El framework se distingue por una arquitectura de extensión basada en plugins que permite a los módulos externos registrar nuevos comandos, comportamientos compartidos y suites de comandos completas en el entorno central. Admite la creación de entornos de shell personalizados con espacios de nombres especializados y un sistema para el historial de usuario persistente y almacenamiento local clave-valor. El proyecto proporciona utilidades integrales para la gestión de comandos, incluyendo autocompletado, soporte de alias y sistemas de ayuda programables. También incluye controles de E/S de terminal para la modificación dinámica de prompts, intercepción de salida estándar y solicitud interactiva al usuario. La gestión de errores se maneja a través de listeners de excepciones globales y disparadores específicos para entradas de usuario no coincidentes.
Provides a framework for building interactive CLI tools with custom prompts, namespaces, and autocompletion.
go-prompt es una biblioteca para construir interfaces de línea de comandos interactivas en Go. Sirve como un framework de UI de consola multiplataforma y gestor de entrada de terminal, proporcionando las herramientas necesarias para capturar la entrada del usuario y ejecutar comandos a través de un bucle interactivo persistente. La biblioteca cuenta con un motor de autocompletado dedicado que proporciona sugerencias de comandos en tiempo real. También admite prefijos de prompt dinámicos actualizados mediante funciones de callback y un sistema para gestionar y recuperar el historial de comandos. El framework cubre una amplia gama de capacidades de terminal, incluyendo el mapeo de atajos de teclado, control de cursor y gestión de salida de terminal para colores de texto y actualizaciones de pantalla. Incorpora un sistema basado en trie para el autocompletado de entrada y gestión de texto basada en búfer para edición en tiempo real.
Enables the development of interactive CLI tools with advanced features like auto-completion.
Katoolin es un gestor de repositorios de software de Debian y automatizador de conjuntos de herramientas de seguridad. Funciona como un script para automatizar la adición de repositorios y la instalación de herramientas de seguridad de Kali Linux en otros sistemas basados en Debian. El proyecto se centra en automatizar el despliegue de software de pruebas de penetración y forense. Proporciona un método para gestionar fuentes de software de terceros y aprovisionar laboratorios de seguridad con herramientas para pruebas de red y de sistema sin requerir una instalación completa del sistema operativo. La herramienta incluye una interfaz de línea de comandos interactiva para navegar por las categorías de herramientas y gestionar paquetes de software a través de un proceso impulsado por shell. Organiza el software en agrupaciones modulares para permitir la instalación de subconjuntos específicos o suites completas de herramientas.
Provides an interactive command-line interface for navigating tool categories and selecting software packages.
Este proyecto es una colección de scripts de Bash reutilizables diseñados para administración de sistemas, automatización y desarrollo de utilidades de línea de comandos. Proporciona una librería modular de herramientas que aprovechan la ejecución de shell compatible con POSIX y el procesamiento de flujos estándar para realizar tareas directamente dentro de entornos tipo Unix sin requerir runtimes de lenguaje adicionales. La colección se distingue por ofrecer una amplia gama de capacidades interactivas y automatizadas, incluyendo menús de línea de comandos guiados, temporizadores de seguimiento de tiempo y sincronización de archivos remota. Estos scripts son conscientes del entorno, capaces de detectar configuraciones de hardware y sistemas operativos para asegurar la compatibilidad a través de diversas configuraciones de servidor. El toolkit cubre una amplia superficie funcional, incluyendo gestión local de archivos y directorios, diagnósticos de red y monitoreo de salud del sistema. También proporciona utilidades para procesamiento de datos, como transformación de texto, generación de miniaturas de imágenes y cifrado de archivos basado en contraseñas. Adicionalmente, los scripts facilitan tareas de mantenimiento rutinarias como auditoría de software, seguimiento de inventario de hardware y cálculos matemáticos.
Provides interactive command-line menus and prompts to guide users through complex sequences of operations.