8 repositorios
Utilities that enhance terminal sessions through command interception, shell completion, and path-based environment resolution.
Distinguishing note: Focuses on shell-level command interception and session integration rather than low-level system monitoring.
Explore 8 awesome GitHub repositories matching development tools & productivity · Shell Integration Tools. Refine with filters or upvote what's useful.
Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th
Injects lightweight shell functions to intercept navigation commands and update the local database in real time.
Atuin is a command-line tool that replaces standard shell history with a searchable, encrypted SQLite database. By hooking into shell initialization scripts, it provides an interactive, keyboard-driven interface for real-time command filtering and retrieval. The platform ensures data privacy through a client-side encryption layer, securing sensitive history and configuration data before it is synchronized across multiple machines. Beyond history management, Atuin functions as an executable documentation platform that enables teams to create and share interactive runbooks. These documents use
Integrates with shell initialization scripts to capture command execution events and provide custom key bindings for interactive workflows.
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 shell widget that serves as an interactive replacement for traditional command history searches.
IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical
Integrates system shell commands and performance profiling tools directly into an active interactive session.
Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.
Deeply integrates with the shell by piping text selections through external programs and filters.
t is a command-line Twitter client that wraps Twitter's REST and streaming APIs, enabling users to post tweets, manage accounts, and search Twitter directly from the terminal. It supports authenticating and switching between multiple Twitter profiles stored in a local configuration file, allowing commands to be executed under the active account. The tool distinguishes itself through shell-integrated workflows, including tab completion for Zsh and Bash, and Unix-pipe-compatible output formatting that defaults to tab-separated columns for piping into standard utilities like grep and awk. It als
Provides tab completion for Zsh and Bash and formats output for piping to Unix utilities.
acme-tiny is a minimal ACME client implemented as a single-file Python script that automates obtaining and renewing SSL/TLS certificates from a Certificate Authority using the Automated Certificate Management Environment (ACME) protocol. It relies on OpenSSL command-line tools for key generation and certificate signing request creation, and uses file-based HTTP validation to verify domain ownership by placing a token file on the web server. Designed for fully automated certificate lifecycle management, acme-tiny is intended to be executed periodically by a system scheduler like cron, checking
Designed to be invoked from cron or shell scripts for fully automated certificate lifecycle management.
Zim es un framework de configuración de Zsh y gestor de entorno diseñado para optimizar el rendimiento y la productividad del shell. Sirve como gestor de plugins, personalizador de prompts y optimizador de rendimiento que agrupa temas y módulos en un sistema cohesivo. El framework se distingue por utilizar compilación de bytecode para acelerar los tiempos de inicio del shell y mejorar la velocidad de ejecución. Emplea un sistema modular para instalar, actualizar y sincronizar módulos y scripts de shell externos desde fuentes locales o remotas. El proyecto cubre una amplia gama de capacidades, incluyendo la automatización del flujo de trabajo del desarrollador mediante integraciones de Git, herramientas de productividad de línea de comandos como alias abreviados y sistemas de autocompletado, y gestión de paquetes del sistema para herramientas como Homebrew y Pacman. También proporciona herramientas de ingeniería de prompts para inyectar metadatos en tiempo real y aplicar temas visuales a la interfaz. El entorno se gestiona a través de un archivo de configuración central que define los ciclos de vida de los plugins y la lógica de inicialización condicional basada en el sistema operativo detectado.
Sets up shell integrations and completions for community-driven command line tools.