17 Repos
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 ist eine Command-Line-Interface und ein Workflow-Wrapper für Git, der die Repository-Verwaltung durch High-Level-Befehle und automatisierte Synchronisation vereinfacht. Es fungiert als interaktives Shell-Tool, das manuelle Operationen reduziert, indem es Staging, Committing und Pushing in optimierte Workflows kombiniert. Das Tool zeichnet sich durch die direkte Integration mit Versionskontrollanbietern aus, sodass Benutzer Pull-Requests direkt vom Terminal aus anzeigen und auschecken können. Es verfügt zudem über ein intelligentes Vervollständigungssystem, das kontextbezogene Tab-Vervollständigungen und Flag-Vorschläge für Dateipfade, Branch-Namen und Befehle basierend auf dem Repository-Zustand und der Historie bietet. Die breiteren Funktionen decken die automatisierte Branch-Synchronisation durch Rebasing, dynamische Branch-Erstellung während des Checkouts und die Verwaltung von Versions-Tags über lokale und entfernte Umgebungen hinweg ab. Es bietet zudem einen einheitlichen Staging-Workflow, um die Phasen des Hinzufügens und Commitens zusammenzuführen.
Features an interactive shell experience with intelligent tab-completion for file paths, branch names, and command flags.
Dieses Projekt ist eine umfassende Bildungsressource und Tutorial-Serie zum Erlernen von Bash-Scripting und Shell-Programmierung. Es dient als technischer Leitfaden und Referenzhandbuch für das Schreiben von Automatisierungsskripten und die Erstellung wiederverwendbarer Werkzeuge in einer Linux-Umgebung. Das Material konzentriert sich auf DevOps- und SysOps-Automatisierung und deckt die Entwicklung benutzerdefinierter CLI-Tools, die Automatisierung der Systemadministration sowie die Implementierung von Sicherheitsautomatisierung wie die Generierung zufälliger Passwörter und DDoS-Schutz ab. Der Umfang umfasst grundlegende Sprachkonzepte wie Variablen, Schleifen und bedingte Logik sowie operative Funktionen wie System-Health-Monitoring, Zusammenfassung von Webserver-Logs und Remote-Server-Management via SSH. Es behandelt zudem die Terminal-Interaktion durch den Aufbau interaktiver Menüs, die Formatierung von Ausgaben und das Aliasing von Befehlen. Der Inhalt ist als eine Reihe von Leitfäden, einem E-Book und einer Skripting-Referenz strukturiert.
Teaches how to build interactive numbered menus for user-driven script execution.
Vorpal is a Node.js interactive CLI framework and terminal user interface library used to build extensible command-line shells. It functions as an interactive command-line parser that converts string input into executable functions, managing the lifecycle of terminal sessions and command routing. The framework is distinguished by a plugin-based extension architecture that allows external modules to register new commands, shared behaviors, and complete command suites into the core environment. It supports the creation of custom shell environments with specialized namespaces and a system for pe
Provides a framework for building interactive CLI tools with custom prompts, namespaces, and autocompletion.
go-prompt ist eine Bibliothek zum Erstellen interaktiver CLI-Anwendungen in Go. Sie dient als plattformübergreifendes Konsolen-UI-Framework und Terminal-Input-Manager und bietet die notwendigen Werkzeuge, um Benutzereingaben zu erfassen und Befehle über eine persistente interaktive Schleife auszuführen. Die Bibliothek verfügt über eine dedizierte Auto-Completion-Engine, die Befehlsvorschläge in Echtzeit liefert. Sie unterstützt zudem dynamische Prompt-Präfixe, die über Callback-Funktionen aktualisiert werden, sowie ein System zur Verwaltung und zum Abruf der Befehlshistorie. Das Framework deckt ein breites Spektrum an Terminal-Funktionen ab, darunter das Mapping von Tastenkürzeln, Cursor-Steuerung und Terminal-Output-Management für Textfarben und Bildschirmaktualisierungen. Es integriert ein Trie-basiertes System für die Eingabevervollständigung und ein Puffer-basiertes Textmanagement für die Echtzeit-Bearbeitung.
Enables the development of interactive CLI tools with advanced features like auto-completion.
Katoolin ist ein Debian-Software-Repository-Manager und ein Automatisierungstool für Sicherheits-Toolsets. Es fungiert als Skript zur Automatisierung des Hinzufügens von Repositories und der Installation von Sicherheitstools aus Kali Linux auf anderen Debian-basierten Systemen. Das Projekt konzentriert sich auf die Automatisierung der Bereitstellung von Penetration-Testing- und Forensik-Software. Es bietet eine Methode zur Verwaltung von Softwarequellen Dritter und zur Bereitstellung von Sicherheitslaboren mit Tools für Netzwerk- und Systemtests, ohne eine vollständige Betriebssysteminstallation zu erfordern. Das Tool enthält ein interaktives CLI zur Navigation durch Tool-Kategorien und zur Verwaltung von Softwarepaketen durch einen Shell-gesteuerten Prozess. Es organisiert Software in modularen Gruppierungen, um die Installation spezifischer Teilmengen oder vollständiger Tool-Suiten zu ermöglichen.
Provides an interactive command-line interface for navigating tool categories and selecting software packages.
Dieses Projekt ist eine Sammlung wiederverwendbarer Bash-Skripte für Systemadministration, Automatisierung und die Entwicklung von Kommandozeilen-Utilities. Es bietet eine modulare Bibliothek von Tools, die POSIX-konforme Shell-Ausführung und Standard-Stream-Verarbeitung nutzen, um Aufgaben direkt innerhalb Unix-artiger Umgebungen durchzuführen, ohne dass zusätzliche Sprach-Runtimes erforderlich sind. Die Sammlung zeichnet sich durch ein breites Spektrum interaktiver und automatisierter Funktionen aus, einschließlich geführter Kommandozeilen-Menüs, Zeitmessern und Remote-Dateisynchronisierung. Diese Skripte sind umgebungsbewusst und in der Lage, Hardware- und Betriebssystemkonfigurationen zu erkennen, um Kompatibilität über diverse Server-Setups hinweg sicherzustellen. Das Toolkit deckt eine breite funktionale Oberfläche ab, einschließlich lokaler Datei- und Verzeichnisverwaltung, Netzwerkdiagnose und System-Health-Monitoring. Es bietet zudem Utilities für die Datenverarbeitung, wie Texttransformation, Erstellung von Bild-Thumbnails und passwortbasierte Dateiverschlüsselung. Zusätzlich erleichtern die Skripte Routine-Wartungsaufgaben wie Software-Auditing, Hardware-Inventarisierung und mathematische Berechnungen.
Provides interactive command-line menus and prompts to guide users through complex sequences of operations.