awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 repositorios

Awesome GitHub RepositoriesCommand Aliasing

Features for providing alternative names for command-line operations.

Distinguishing note: No candidates provided; this is the standard category for command naming flexibility.

Explore 15 awesome GitHub repositories matching development tools & productivity · Command Aliasing. Refine with filters or upvote what's useful.

Awesome Command Aliasing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • chalarangelo/30-seconds-of-codeAvatar de Chalarangelo

    Chalarangelo/30-seconds-of-code

    128,121Ver en GitHub↗

    30-seconds-of-code is a comprehensive knowledge base and programming snippet library designed to support software engineering education and professional development. It provides a curated collection of reusable code units and technical guides that help developers master core language mechanics, design patterns, and architectural philosophies. The project distinguishes itself by offering a wide-ranging library of algorithmic solutions and web development patterns that are organized into modular, independently testable units. It emphasizes functional programming paradigms and declarative logic,

    Features shell aliases that automatically strip unwanted characters from copied text before execution.

    JavaScriptastroawesome-listcss
    Ver en GitHub↗128,121
  • spf13/cobraAvatar de spf13

    spf13/cobra

    44,107Ver en GitHub↗

    Cobra is a development framework for building command-line applications in Go. It organizes application logic into a hierarchical tree structure where each node represents a command, complete with its own flags and execution logic. This structure allows developers to build complex, nested command interfaces that mirror business domains while maintaining a clean separation between command orchestration and underlying business logic. The framework distinguishes itself through its declarative approach to metadata and configuration. It automatically derives help documentation, usage instructions,

    Supports assigning alternative names to commands to provide users with shorter or more intuitive ways to invoke functionality.

    Goclicli-appcobra
    Ver en GitHub↗44,107
  • nushell/nushellAvatar de nushell

    nushell/nushell

    39,743Ver en GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Nushell enables defining shorthand names for longer commands, including default arguments, to simplify command execution and improve workflow efficiency within the shell.

    Rustnushellrustshell
    Ver en GitHub↗39,743
  • idnan/bash-guideAvatar de Idnan

    Idnan/bash-guide

    12,300Ver en GitHub↗

    This project is a comprehensive educational resource and technical guide for Bash shell programming and command-line operations. It serves as a programming guide, scripting reference, and tutorial for navigating Unix-like terminal environments. The documentation covers a broad range of system administration and automation tasks, including remote server administration via secure shell connections and the management of system processes and resources. It provides detailed instructions on executing remote commands and performing secure file transfers between hosts. The guide details core scripti

    Teaches how to define short custom names for complex commands to accelerate terminal interactions.

    Ver en GitHub↗12,300
  • mawww/kakouneAvatar de mawww

    mawww/kakoune

    10,938Ver en GitHub↗

    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.

    Supports creating short nicknames for existing commands to accelerate interactive text editing.

    C++
    Ver en GitHub↗10,938
  • oclif/oclifAvatar de oclif

    oclif/oclif

    9,543Ver en GitHub↗

    oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing terminal applications with consistent command patterns, argument parsing, and automated help generation. The project features a modular plugin architecture that allows for external functionality to be injected via a manifest-based loading mechanism. It includes a dedicated distribution pipeline and packager to bundle applications into OS-native installers and tarballs for Windows, macOS, and Linux. The framework covers a broad range of development capabilities, including project

    Maps multiple binary names to a single entry point to provide alternative names for the same tool.

    TypeScript
    Ver en GitHub↗9,543
  • thoughtbot/dotfilesAvatar de thoughtbot

    thoughtbot/dotfiles

    8,157Ver en GitHub↗

    This project is a collection of configuration files designed to standardize the behavior and appearance of Zsh, Vim, and Tmux across development machines. It provides a unified environment by combining shell settings, editor configurations, and terminal multiplexer layouts. The suite focuses on increasing productivity through Zsh shell customizations and history management, Vim editor optimizations including real-time linting and symbol indexing, and Tmux session management for improved window organization. It also includes a standardized Git workflow configuration with custom aliases and com

    Provides a comprehensive set of shell aliases to simplify complex command-line tasks.

    Shell
    Ver en GitHub↗8,157
  • vscode-neovim/vscode-neovimAvatar de vscode-neovim

    vscode-neovim/vscode-neovim

    7,689Ver en GitHub↗

    This project is a modal editing integration that embeds a full Neovim instance into Visual Studio Code. It functions as a modal text editor, providing native motions and keybindings for navigation and text manipulation through a buffer synchronization bridge. The integration features a Lua scripting interface for automating editor behavior and a coordination layer that maps Neovim motions to native Language Server Protocol actions for code navigation. It ensures consistency between the two environments using a shared clipboard provider and synchronized cursor and selection states. The system

    Intercepts Neovim engine-level window and buffer commands to trigger corresponding VSCode API calls.

    TypeScript
    Ver en GitHub↗7,689
  • missing-semester-cn/missing-semester-cn.github.ioAvatar de missing-semester-cn

    missing-semester-cn/missing-semester-cn.github.io

    7,311Ver en GitHub↗

    This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer

    Teaches defining aliases to replace long commands with shorter names for faster typing.

    Markdown
    Ver en GitHub↗7,311
  • nukesor/pueueAvatar de Nukesor

    Nukesor/pueue

    6,054Ver en GitHub↗

    Pueue is a task queue manager for shell commands, built as a daemon and command-line interface. It accepts shell commands into a managed queue and executes them with configurable parallel execution limits, supporting both global and per-group concurrency controls. The daemon persists its entire state—task queue, logs, and configuration—to disk, ensuring survival across crashes and system restarts. The project distinguishes itself through a dependency graph that lets tasks declare prerequisites, forming a directed acyclic graph that controls execution order. Tasks can be organized into named g

    Maps short command names to longer shell commands so tasks can be written concisely.

    Rustcommand-linecommand-line-tooldaemon
    Ver en GitHub↗6,054
  • donnemartin/sawsAvatar de donnemartin

    donnemartin/saws

    5,307Ver en GitHub↗

    Saws es un wrapper de shell interactivo y gestor de recursos para la AWS CLI. Proporciona un entorno de línea de comandos diseñado para mejorar la ejecución de comandos de AWS mediante texto predictivo, sugerencias de recursos y una navegación mejorada. La herramienta implementa búsqueda difusa (fuzzy searching) y autocompletado insensible a mayúsculas para acelerar el descubrimiento y la selección de recursos en la nube. Reduce la entrada manual mediante un sistema de atajos de comandos y alias que mapean cadenas cortas a comandos complejos. La interfaz incluye almacenamiento en caché local de datos de recursos para minimizar las solicitudes a la API, historial de comandos persistente y la capacidad de ejecutar comandos de shell del sistema con tuberías de datos. Los usuarios pueden personalizar la experiencia mediante una configuración basada en archivos para temas visuales y niveles de registro, y acceder a documentación contextual filtrada para los comandos específicos que se están ingresando.

    Provides alternative short names for complex AWS CLI operations through a flexible aliasing system.

    Pythonawsaws-clicli
    Ver en GitHub↗5,307
  • wangdoc/bash-tutorialAvatar de wangdoc

    wangdoc/bash-tutorial

    4,354Ver en GitHub↗

    Este proyecto es un recurso educativo integral que consiste en un tutorial de programación en Bash, una referencia de scripting y un manual de línea de comandos de Linux. Proporciona materiales instructivos para escribir scripts, automatizar tareas del sistema y dominar la navegación por terminal y la administración de sistemas Unix. Las guías cubren una amplia gama de personalización del entorno shell, incluyendo el estilo del prompt y el uso de alias. También proporciona una guía del entorno shell para gestionar archivos de configuración e inicializar entornos de usuario. Los materiales detallan un amplio conjunto de capacidades, incluyendo lógica de flujo de control, gestión de datos con arrays indexados y asociativos, y procesamiento de texto. Otras áreas cubiertas incluyen la gestión de archivos y recursos, coincidencia de patrones con expresiones regulares y herramientas de observabilidad para la depuración de scripts y validación de sintaxis. El recurso también explica funciones interactivas de la terminal como la recuperación del historial de comandos, el autocompletado de entrada y los atajos de teclado para la navegación en la línea de comandos.

    Teaches how to assign short aliases to longer commands or commands with default flags.

    Shell
    Ver en GitHub↗4,354
  • emre/stormAvatar de emre

    emre/storm

    3,915Ver en GitHub↗

    Storm es un gestor de conexiones SSH y herramienta de configuración que sirve como un envoltorio multiplataforma para clientes SSH. Proporciona un sistema para organizar, editar y buscar configuraciones de hosts de servidores remotos y directivas SSH personalizadas. El proyecto implementa un puente de interfaz múltiple que permite a los usuarios gestionar la configuración de conexión a través de una interfaz de línea de comandos, entornos web e interfaces de escritorio. Utiliza el mapeo de comandos basado en alias para vincular identificadores abreviados a cadenas de conexión complejas. La herramienta incluye una librería de Python que permite la automatización programática de la configuración de conexiones SSH y configuraciones de host dentro de scripts externos. El estado de la configuración se persiste utilizando almacenamiento basado en archivos para la compatibilidad con herramientas estándar del sistema.

    Creates shorthand aliases for complex SSH connection strings to accelerate access to remote hosts.

    Python
    Ver en GitHub↗3,915
  • squidowl/halloyAvatar de squidowl

    squidowl/halloy

    3,807Ver en GitHub↗

    Halloy is an IRCv3 chat client designed for real-time communication across multiple servers and networks. It implements modern protocol standards, including support for message tags, read markers, rich user metadata, and WebSocket connections. The project distinguishes itself through integrated anonymity and deep interface customization. It features native Tor and proxy routing to hide the user's connection origin and provides a themed environment with configurable window pane layouts, keyboard aliases, and custom color schemes. The client covers a broad range of capabilities, including chan

    Provides custom shortcuts for commands using positional arguments to automate repetitive tasks.

    Rusticedircrust
    Ver en GitHub↗3,807
  • pypa/setuptoolsAvatar de pypa

    pypa/setuptools

    2,809Ver en GitHub↗

    Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit

    Defines shortcut names for complex command strings to simplify repetitive build or release tasks.

    Python
    Ver en GitHub↗2,809
  1. Home
  2. Development Tools & Productivity
  3. Command Aliasing

Explorar subetiquetas

  • EngineMapping of internal engine commands to external editor API calls. **Distinct from Command Aliasing:** Distinct from general CLI aliasing by focusing on the bridge between an editing engine and a host API.