awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 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 Peltoche

    Peltoche/lsd

    16,074Vezi pe 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
    Vezi pe GitHub↗16,074
  • aldanial/clocAvatar AlDanial

    AlDanial/cloc

    23,201Vezi pe 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
    Vezi pe GitHub↗23,201
  • burntsushi/ripgrepAvatar BurntSushi

    BurntSushi/ripgrep

    65,112Vezi pe 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
    Vezi pe GitHub↗65,112

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • apoprotsky/portctlAvatar apoprotsky

    apoprotsky/portctl

    13Vezi pe GitHub↗

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

    V
    Vezi pe GitHub↗13
  • apple/swift-argument-parserAvatar apple

    apple/swift-argument-parser

    3,728Vezi pe 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
    Vezi pe GitHub↗3,728
  • arc90/git-sweepAvatar arc90

    arc90/git-sweep

    2,675Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗2,675
  • arq5x/grabixAvatar arq5x

    arq5x/grabix

    86Vezi pe GitHub↗

    a wee tool for random access into BGZF files.

    C
    Vezi pe GitHub↗86
  • bafs/hn-topAvatar BafS

    BafS/hn-top

    24Vezi pe GitHub↗

    v run hn.v

    V
    Vezi pe GitHub↗24
  • beeyev/telegram-owlAvatar beeyev

    beeyev/telegram-owl

    48Vezi pe GitHub↗

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

    Go
    Vezi pe GitHub↗48
  • bionode/bionodeAvatar bionode

    bionode/bionode

    313Vezi pe GitHub↗

    Modular and universal bioinformatics

    JavaScript
    Vezi pe GitHub↗313
  • biosyntax/biosyntaxAvatar bioSyntax

    bioSyntax/bioSyntax

    272Vezi pe GitHub↗

    Syntax highlighting for computational biology

    Shell
    Vezi pe GitHub↗272
  • bit-team/backintimeAvatar bit-team

    bit-team/backintime

    2,522Vezi pe GitHub↗
    Pythonbackintimebackupbackups
    Vezi pe GitHub↗2,522
  • bootandy/dustAvatar bootandy

    bootandy/dust

    11,843Vezi pe 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
    Vezi pe GitHub↗11,843
  • brentp/gsortAvatar brentp

    brentp/gsort

    36Vezi pe GitHub↗

    sort genomic data

    Go
    Vezi pe GitHub↗36
  • apenwarr/git-subtreeAvatar apenwarr

    apenwarr/git-subtree

    1,383Vezi pe GitHub↗

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

    Shell
    Vezi pe GitHub↗1,383
  • carlosqsilva/vfetchAvatar carlosqsilva

    carlosqsilva/vfetch

    16Vezi pe GitHub↗

    System fetch for MacOs written in vlang

    V
    Vezi pe GitHub↗16
  • carlosqsilva/vqrcodeAvatar carlosqsilva

    carlosqsilva/vqrcode

    30Vezi pe GitHub↗

    CLI for creating QR codes

    V
    Vezi pe GitHub↗30
  • changhz/vcliAvatar changhz

    changhz/vcli

    3Vezi pe GitHub↗

    A CLI tool to generate folder structure according to the guideline

    V
    Vezi pe GitHub↗3
  • changhz/vgoogleAvatar changhz

    changhz/vgoogle

    9Vezi pe GitHub↗

    google search on terminal made with vcli

    V
    Vezi pe GitHub↗9
  • chromedevtools/chrome-devtools-mcpAvatar ChromeDevTools

    ChromeDevTools/chrome-devtools-mcp

    43,761Vezi pe 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
    Vezi pe GitHub↗43,761
  • clarkvoss/oneliners-collectionC

    clarkvoss/Oneliners-Collection

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • clementtsang/bottomAvatar ClementTsang

    ClementTsang/bottom

    12,892Vezi pe 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
    Vezi pe GitHub↗12,892
  • cogrow4/v-terminal-appsAvatar cogrow4

    cogrow4/V-Terminal-Apps

    5Vezi pe 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
    Vezi pe GitHub↗5
  • danielrobbins/keychainAvatar danielrobbins

    danielrobbins/keychain

    1,033Vezi pe GitHub↗

    Introduction to Keychain

    Python
    Vezi pe GitHub↗1,033
  • defunkt/github-gemAvatar defunkt

    defunkt/github-gem

    1,131Vezi pe GitHub↗

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

    Ruby
    Vezi pe GitHub↗1,131
  • deodorqnt387/vinAvatar DeoDorqnt387

    DeoDorqnt387/vin

    10Vezi pe GitHub↗

    vin

    V
    Vezi pe GitHub↗10
  • donnemartin/gitsomeAvatar donnemartin

    donnemartin/gitsome

    7,674Vezi pe 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
    Vezi pe GitHub↗7,674
  • dracks/repo-download-assetAvatar Dracks

    Dracks/repo-download-asset

    8Vezi pe GitHub↗

    Check and download the last artifact from some repository.

    V
    Vezi pe GitHub↗8
  • espanso/espansoAvatar espanso

    espanso/espanso

    13,987Vezi pe 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
    Vezi pe GitHub↗13,987
  • ajeetdsouza/zoxideAvatar ajeetdsouza

    ajeetdsouza/zoxide

    37,467Vezi pe 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
    Vezi pe GitHub↗37,467