awesome-repositories.com
Blog
MCP
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
·
Back to node-gh/gh

Open-source alternatives to Gh

30 open-source projects similar to node-gh/gh, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gh alternative.

  • peltoche/lsdAvatar de Peltoche

    Peltoche/lsd

    16,074Ver en GitHub↗

    lsd is a directory listing tool and directory tree visualizer designed as a modern replacement for the standard Unix ls command. It provides a command line interface for listing directory contents and visualizing hierarchical folder structures with enhanced visual formatting. The utility distinguishes itself through customizable themes, allowing users to modify the output appearance by mapping specific colors and icons to file names, types, or extensions. It uses extension-based icon mapping to provide visual file type identification via specific glyphs. The tool covers functional domains in

    Rust
    Ver en GitHub↗16,074
  • aldanial/clocAvatar de AlDanial

    AlDanial/cloc

    23,201Ver en GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    Ver en GitHub↗23,201
  • burntsushi/ripgrepAvatar de BurntSushi

    BurntSushi/ripgrep

    65,112Ver en GitHub↗

    ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes itself through a focus on execution speed and intelligent file handling. It utilizes a finite automata-based regular expression engine to ensure linear time complexity and employs hardware-level acceleration for literal byte sequence scanning. By integrating with version control sy

    Rustclicommand-linecommand-line-tool
    Ver en GitHub↗65,112

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • apoprotsky/portctlAvatar de apoprotsky

    apoprotsky/portctl

    13Ver en GitHub↗

    portctl (Portainer Control) is a command line interface tool for managing Docker Swarm resources through Portainer API integrated with Hashicorp Vault

    V
    Ver en GitHub↗13
  • apple/swift-argument-parserAvatar de apple

    apple/swift-argument-parser

    3,728Ver en GitHub↗

    This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe Swift properties using a declarative approach, ensuring that inputs match expected data types to prevent runtime errors. The framework supports the creation of complex command hierarchies through nested subcommands. It automatically generates formatted usage documentation and error messages by deriving information from the defined metadata and types. The system utilizes property wrappers to attach parsing logic to types and employs reflection to extract metadata from property na

    Swift
    Ver en GitHub↗3,728
  • arc90/git-sweepAvatar de arc90

    arc90/git-sweep

    2,675Ver en GitHub↗

    A command-line tool that helps you clean up Git branches that have been merged into master.

    Python
    Ver en GitHub↗2,675
  • arq5x/grabixAvatar de arq5x

    arq5x/grabix

    86Ver en GitHub↗

    a wee tool for random access into BGZF files.

    C
    Ver en GitHub↗86
  • bafs/hn-topAvatar de BafS

    BafS/hn-top

    24Ver en GitHub↗

    v run hn.v

    V
    Ver en GitHub↗24
  • beeyev/telegram-owlAvatar de beeyev

    beeyev/telegram-owl

    48Ver en GitHub↗

    🦉 A lightweight CLI utility to send messages and media files to Telegram chats and channels - directly from your terminal.

    Go
    Ver en GitHub↗48
  • bionode/bionodeAvatar de bionode

    bionode/bionode

    313Ver en GitHub↗

    Modular and universal bioinformatics

    JavaScript
    Ver en GitHub↗313
  • biosyntax/biosyntaxAvatar de bioSyntax

    bioSyntax/bioSyntax

    272Ver en GitHub↗

    Syntax highlighting for computational biology

    Shell
    Ver en GitHub↗272
  • bit-team/backintimeAvatar de bit-team

    bit-team/backintime

    2,522Ver en GitHub↗
    Pythonbackintimebackupbackups
    Ver en GitHub↗2,522
  • bootandy/dustAvatar de bootandy

    bootandy/dust

    11,843Ver en GitHub↗

    Dust is a command line disk usage analyzer written in Rust. It functions as a disk space visualization tool and recursive directory size scanner used to identify large files and directories through a formatted list of disk consumption across a filesystem. The tool differentiates itself by providing a recursive tree view to visualize space distribution and the ability to output directory and file size data in machine-readable formats for external processing and analysis. Its broader capabilities include filesystem auditing and storage capacity management. This is achieved through file and dir

    Rust
    Ver en GitHub↗11,843
  • brentp/gsortAvatar de brentp

    brentp/gsort

    36Ver en GitHub↗

    sort genomic data

    Go
    Ver en GitHub↗36
  • apenwarr/git-subtreeAvatar de apenwarr

    apenwarr/git-subtree

    1,383Ver en GitHub↗

    An experimental alternative to the git-submodule command. Merges and splits subtrees from your project into subprojects and back.

    Shell
    Ver en GitHub↗1,383
  • carlosqsilva/vfetchAvatar de carlosqsilva

    carlosqsilva/vfetch

    16Ver en GitHub↗

    System fetch for MacOs written in vlang

    V
    Ver en GitHub↗16
  • carlosqsilva/vqrcodeAvatar de carlosqsilva

    carlosqsilva/vqrcode

    30Ver en GitHub↗

    CLI for creating QR codes

    V
    Ver en GitHub↗30
  • changhz/vcliAvatar de changhz

    changhz/vcli

    3Ver en GitHub↗

    A CLI tool to generate folder structure according to the guideline

    V
    Ver en GitHub↗3
  • changhz/vgoogleAvatar de changhz

    changhz/vgoogle

    9Ver en GitHub↗

    google search on terminal made with vcli

    V
    Ver en GitHub↗9
  • chromedevtools/chrome-devtools-mcpAvatar de ChromeDevTools

    ChromeDevTools/chrome-devtools-mcp

    43,761Ver en GitHub↗

    This project serves as an agentic browser controller, providing a programmatic bridge that enables autonomous software agents to navigate web pages and interact with document elements. It functions as a browser automation protocol, facilitating headless browser operations and automated web interactions to perform repetitive tasks and end-to-end testing without manual human input. The system distinguishes itself by utilizing the Chrome DevTools Protocol to establish a bidirectional communication channel with the browser engine. This allows for protocol-based remote control, where external appl

    TypeScriptbrowserchromechrome-devtools
    Ver en GitHub↗43,761
  • clarkvoss/oneliners-collectionC

    clarkvoss/Oneliners-Collection

    0Ver en GitHub↗
    Ver en GitHub↗0
  • clementtsang/bottomAvatar de ClementTsang

    ClementTsang/bottom

    12,892Ver en GitHub↗

    Bottom is a cross-platform system monitoring tool that provides real-time visibility into hardware performance and process activity within a terminal-based interface. Built as a command-line utility, it tracks metrics for processor, memory, storage, and network usage while offering tools to inspect, organize, and terminate active system processes. The application utilizes a modular layout engine that allows users to arrange independent data-visualization widgets into a custom grid. This interface is powered by an immediate-mode rendering approach and an event-driven input loop, ensuring the d

    Rustbottombtmcli
    Ver en GitHub↗12,892
  • cogrow4/v-terminal-appsAvatar de cogrow4

    cogrow4/V-Terminal-Apps

    5Ver en GitHub↗

    A professional collection of high-quality terminal applications written in V, designed for productivity, learning, and daily use. Each application is self-contained, tested, and almost production-ready.

    V
    Ver en GitHub↗5
  • danielrobbins/keychainAvatar de danielrobbins

    danielrobbins/keychain

    1,033Ver en GitHub↗

    Introduction to Keychain

    Python
    Ver en GitHub↗1,033
  • defunkt/github-gemAvatar de defunkt

    defunkt/github-gem

    1,131Ver en GitHub↗

    This gem works hand-in-hand with GitHub's API to help you out.

    Ruby
    Ver en GitHub↗1,131
  • deodorqnt387/vinAvatar de DeoDorqnt387

    DeoDorqnt387/vin

    10Ver en GitHub↗

    vin

    V
    Ver en GitHub↗10
  • donnemartin/gitsomeAvatar de donnemartin

    donnemartin/gitsome

    7,674Ver en GitHub↗

    Gitsome is a command-line interface tool for managing repositories, issues, and pull requests via the GitHub and GitHub Enterprise APIs. It provides an interactive shell environment featuring an embedded Python interpreter for programmatic automation and dynamic scripting, alongside a project bootstrapping utility for generating standard license and gitignore templates. The tool distinguishes itself with a schema-driven autocomplete engine that parses remote API definitions in real-time to provide context-aware command suggestions. It also implements an index-based navigation system that allo

    Python
    Ver en GitHub↗7,674
  • dracks/repo-download-assetAvatar de Dracks

    Dracks/repo-download-asset

    8Ver en GitHub↗

    Check and download the last artifact from some repository.

    V
    Ver en GitHub↗8
  • espanso/espansoAvatar de espanso

    espanso/espanso

    13,987Ver en GitHub↗

    Espanso is a cross-platform text expander and desktop automation tool that monitors system-wide keystrokes to replace short trigger keywords with longer text blocks, images, or dynamic script outputs. It functions as a background service, enabling users to automate repetitive typing tasks across any application on their local system. The tool distinguishes itself through context-aware automation, which allows users to define specific rules that enable or disable expansion behavior based on the currently active window. It also features a centralized package management system for organizing and

    Rustespansolinuxmacos
    Ver en GitHub↗13,987
  • ajeetdsouza/zoxideAvatar de ajeetdsouza

    ajeetdsouza/zoxide

    37,467Ver en GitHub↗

    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

    Rustautojumpbashcli
    Ver en GitHub↗37,467