awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to google/argh

Open-source alternatives to Argh

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

  • lukaskalbertodt/term-painterالصورة الرمزية لـ LukasKalbertodt

    LukasKalbertodt/term-painter

    78عرض على GitHub↗

    Cross-platform Rust library for coloring and formatting terminal output

    Rust
    عرض على GitHub↗78
  • starship/starshipالصورة الرمزية لـ starship

    starship/starship

    58,310عرض على GitHub↗

    Starship is a cross-shell prompt engine that provides a unified, context-aware command line interface. It functions as a terminal customization tool, allowing users to modify the appearance and behavior of their shell prompts through a centralized, configuration-driven utility. The project operates as a compiled, statically linked binary that integrates directly into shell startup sequences to ensure consistent performance across different operating systems. By utilizing shell-agnostic hooks, it injects dynamically generated strings into the prompt regardless of the underlying command interpr

    Rustbashfishfish-prompt
    عرض على GitHub↗58,310
  • etienne-napoleone/spinachالصورة الرمزية لـ etienne-napoleone

    etienne-napoleone/spinach

    119عرض على GitHub↗

    🥬 Practical no dependency spinner for Rust

    Rust
    عرض على GitHub↗119
  • lukaskalbertodt/buntالصورة الرمزية لـ LukasKalbertodt

    LukasKalbertodt/bunt

    230عرض على GitHub↗

    Simple macros to write colored and formatted text to a terminal. Based on termcolor, thus also cross-platform.

    Rust
    عرض على GitHub↗230
  • ogham/rust-ansi-termالصورة الرمزية لـ ogham

    ogham/rust-ansi-term

    481عرض على GitHub↗

    Rust library for ANSI terminal colours and styles (bold, underline)

    Rust
    عرض على GitHub↗481

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • srijs/rust-copperlineالصورة الرمزية لـ srijs

    srijs/rust-copperline

    26عرض على GitHub↗

    Pure-Rust Command Line Editing Library

    Rust
    عرض على GitHub↗26
  • colored-rs/coloredالصورة الرمزية لـ colored-rs

    colored-rs/colored

    2,024عرض على GitHub↗

    (Rust) Coloring terminal so simple you already know how to do it !

    Rust
    عرض على GitHub↗2,024
  • docopt/docopt.rsالصورة الرمزية لـ docopt

    docopt/docopt.rs

    749عرض على GitHub↗

    Docopt for Rust (command line argument parser).

    Rust
    عرض على GitHub↗749
  • hniksic/rust-subprocessالصورة الرمزية لـ hniksic

    hniksic/rust-subprocess

    450عرض على GitHub↗

    Execution of and interaction with external processes and pipelines

    Rust
    عرض على GitHub↗450
  • ksk001100/seahorseالصورة الرمزية لـ ksk001100

    ksk001100/seahorse

    306عرض على GitHub↗

    A minimal CLI framework written in Rust

    Rustclicli-frameworkeasy
    عرض على GitHub↗306
  • movingtomars/linerالصورة الرمزية لـ MovingtoMars

    MovingtoMars/liner

    72عرض على GitHub↗

    A readline-like library in Rust.

    Rust
    عرض على GitHub↗72
  • oconnor663/duct.rsالصورة الرمزية لـ oconnor663

    oconnor663/duct.rs

    1,027عرض على GitHub↗

    a Rust library for running child processes

    Rust
    عرض على GitHub↗1,027
  • rust-cli/rexpectالصورة الرمزية لـ rust-cli

    rust-cli/rexpect

    382عرض على GitHub↗

    Interact with unix processes/bash the same way as pexpect or Don libes expect does

    Rust
    عرض على GitHub↗382
  • sagiegurari/cliparserالصورة الرمزية لـ sagiegurari

    sagiegurari/cliparser

    9عرض على GitHub↗

    Simple command line parser

    Rust
    عرض على GitHub↗9
  • clap-rs/clapالصورة الرمزية لـ clap-rs

    clap-rs/clap

    16,528عرض على GitHub↗

    Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through strongly-typed data structures. It functions as a comprehensive framework for building terminal applications, automating the transformation of raw string inputs into validated, type-safe code representations while simultaneously generating help documentation and usage statements. The library distinguishes itself by offering both a declarative, attribute-based approach and a fluent builder-pattern API, allowing for flexible interface construction. It includes a sophisticated validation

    Rustargument-parserargument-parsingcommand-line
    عرض على GitHub↗16,528
  • clitic/kdamالصورة الرمزية لـ clitic

    clitic/kdam

    243عرض على GitHub↗

    A console progress bar library for Rust. (inspired by tqdm & rich.progress)

    Rust
    عرض على GitHub↗243
  • console-rs/dialoguerالصورة الرمزية لـ console-rs

    console-rs/dialoguer

    1,597عرض على GitHub↗

    Rust utility library for nice command line prompts and similar things

    Rust
    عرض على GitHub↗1,597
  • console-rs/indicatifالصورة الرمزية لـ console-rs

    console-rs/indicatif

    5,168عرض على GitHub↗

    indicatif is a Rust library for rendering progress bars and loading spinners in command line applications. It provides terminal progress indicators that track task completion percentages and estimated time remaining. The project includes a multi-bar progress manager to coordinate several simultaneous indicators in a single terminal view and a terminal log synchronizer to prevent logging output from overlapping or distorting active bars. It features a spinner component for signaling active background processes when the total completion percentage is unknown. The library supports progress temp

    Rust
    عرض على GitHub↗5,168
  • fgribreau/spinnersالصورة الرمزية لـ FGRibreau

    FGRibreau/spinners

    593عرض على GitHub↗

    🛎 60+ Elegant terminal spinners for Rust

    Rust
    عرض على GitHub↗593
  • gizak/termuiالصورة الرمزية لـ gizak

    gizak/termui

    13,574عرض على GitHub↗

    Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a command-line environment. It functions as a TUI layout engine, an interactive CLI framework, and a terminal data visualization toolkit. The library provides a set of specialized widgets for rendering charts, plots, gauges, and tables using character-based graphics. It includes a grid-based system for arranging interface elements using relative coordinates and proportional sizing to create structured displays. The toolkit covers a broad range of capabilities including data visua

    Go
    عرض على GitHub↗13,574
  • killercup/quicliالصورة الرمزية لـ killercup

    killercup/quicli

    537عرض على GitHub↗

    Quickly build cool CLI apps in Rust.

    Rustclicommand-linecrate
    عرض على GitHub↗537
  • kkawakam/rustylineالصورة الرمزية لـ kkawakam

    kkawakam/rustyline

    1,886عرض على GitHub↗

    Readline Implementation in Rust

    Rust
    عرض على GitHub↗1,886
  • mgrachev/update-informerالصورة الرمزية لـ mgrachev

    mgrachev/update-informer

    225عرض على GitHub↗

    Update informer for CLI/GUI applications written in Rust 🦀

    Rust
    عرض على GitHub↗225
  • mikaelmello/inquireالصورة الرمزية لـ mikaelmello

    mikaelmello/inquire

    2,587عرض على GitHub↗

    A Rust library for building interactive prompts

    Rust
    عرض على GitHub↗2,587
  • murarth/linefeedالصورة الرمزية لـ murarth

    murarth/linefeed

    194عرض على GitHub↗

    Configurable, extensible, interactive line reader

    Rust
    عرض على GitHub↗194
  • nukesor/comfy-tableالصورة الرمزية لـ Nukesor

    Nukesor/comfy-table

    1,292عرض على GitHub↗
    Rustcommandlinecommandline-interfacehacktoberfest
    عرض على GitHub↗1,292
  • pythops/tenereالصورة الرمزية لـ pythops

    pythops/tenere

    672عرض على GitHub↗

    🤖 TUI for LLMs

    Rust
    عرض على GitHub↗672
  • rust-cli/human-panicالصورة الرمزية لـ rust-cli

    rust-cli/human-panic

    1,847عرض على GitHub↗

    Panic messages for humans.

    Rust
    عرض على GitHub↗1,847
  • a8m/pbالصورة الرمزية لـ a8m

    a8m/pb

    598عرض على GitHub↗

    Console progress bar for Rust

    Rust
    عرض على GitHub↗598
  • texitoi/structoptالصورة الرمزية لـ TeXitoi

    TeXitoi/structopt

    2,727عرض على GitHub↗

    Parse command line arguments by defining a struct.

    Rust
    عرض على GitHub↗2,727