awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rust-cli/human-panic

Open-source alternatives to Human Panic

30 open-source projects similar to rust-cli/human-panic, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Human Panic alternative.

  • lukaskalbertodt/buntLukasKalbertodt का अवतार

    LukasKalbertodt/bunt

    230GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗230
  • starship/starshipstarship का अवतार

    starship/starship

    58,310GitHub पर देखें↗

    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/spinachetienne-napoleone का अवतार

    etienne-napoleone/spinach

    119GitHub पर देखें↗

    🥬 Practical no dependency spinner for Rust

    Rust
    GitHub पर देखें↗119
  • ksk001100/seahorseksk001100 का अवतार

    ksk001100/seahorse

    306GitHub पर देखें↗

    A minimal CLI framework written in Rust

    Rustclicli-frameworkeasy
    GitHub पर देखें↗306
  • oconnor663/duct.rsoconnor663 का अवतार

    oconnor663/duct.rs

    1,027GitHub पर देखें↗

    a Rust library for running child processes

    Rust
    GitHub पर देखें↗1,027

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • srijs/rust-copperlinesrijs का अवतार

    srijs/rust-copperline

    26GitHub पर देखें↗

    Pure-Rust Command Line Editing Library

    Rust
    GitHub पर देखें↗26
  • colored-rs/coloredcolored-rs का अवतार

    colored-rs/colored

    2,024GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗2,024
  • docopt/docopt.rsdocopt का अवतार

    docopt/docopt.rs

    749GitHub पर देखें↗

    Docopt for Rust (command line argument parser).

    Rust
    GitHub पर देखें↗749
  • google/arghgoogle का अवतार

    google/argh

    1,928GitHub पर देखें↗

    Rust derive-based argument parsing optimized for code size

    Rustarghargument-parserarguments
    GitHub पर देखें↗1,928
  • kkawakam/rustylinekkawakam का अवतार

    kkawakam/rustyline

    1,886GitHub पर देखें↗

    Readline Implementation in Rust

    Rust
    GitHub पर देखें↗1,886
  • mikaelmello/inquiremikaelmello का अवतार

    mikaelmello/inquire

    2,587GitHub पर देखें↗

    A Rust library for building interactive prompts

    Rust
    GitHub पर देखें↗2,587
  • nukesor/comfy-tableNukesor का अवतार

    Nukesor/comfy-table

    1,292GitHub पर देखें↗
    Rustcommandlinecommandline-interfacehacktoberfest
    GitHub पर देखें↗1,292
  • rust-cli/rexpectrust-cli का अवतार

    rust-cli/rexpect

    382GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗382
  • sagiegurari/cliparsersagiegurari का अवतार

    sagiegurari/cliparser

    9GitHub पर देखें↗

    Simple command line parser

    Rust
    GitHub पर देखें↗9
  • clap-rs/clapclap-rs का अवतार

    clap-rs/clap

    16,528GitHub पर देखें↗

    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/kdamclitic का अवतार

    clitic/kdam

    243GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗243
  • console-rs/dialoguerconsole-rs का अवतार

    console-rs/dialoguer

    1,597GitHub पर देखें↗

    Rust utility library for nice command line prompts and similar things

    Rust
    GitHub पर देखें↗1,597
  • console-rs/indicatifconsole-rs का अवतार

    console-rs/indicatif

    5,168GitHub पर देखें↗

    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/spinnersFGRibreau का अवतार

    FGRibreau/spinners

    593GitHub पर देखें↗

    🛎 60+ Elegant terminal spinners for Rust

    Rust
    GitHub पर देखें↗593
  • gizak/termuigizak का अवतार

    gizak/termui

    13,574GitHub पर देखें↗

    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
  • hniksic/rust-subprocesshniksic का अवतार

    hniksic/rust-subprocess

    450GitHub पर देखें↗

    Execution of and interaction with external processes and pipelines

    Rust
    GitHub पर देखें↗450
  • killercup/quiclikillercup का अवतार

    killercup/quicli

    537GitHub पर देखें↗

    Quickly build cool CLI apps in Rust.

    Rustclicommand-linecrate
    GitHub पर देखें↗537
  • lukaskalbertodt/term-painterLukasKalbertodt का अवतार

    LukasKalbertodt/term-painter

    78GitHub पर देखें↗

    Cross-platform Rust library for coloring and formatting terminal output

    Rust
    GitHub पर देखें↗78
  • mgrachev/update-informermgrachev का अवतार

    mgrachev/update-informer

    225GitHub पर देखें↗

    Update informer for CLI/GUI applications written in Rust 🦀

    Rust
    GitHub पर देखें↗225
  • movingtomars/linerMovingtoMars का अवतार

    MovingtoMars/liner

    72GitHub पर देखें↗

    A readline-like library in Rust.

    Rust
    GitHub पर देखें↗72
  • murarth/linefeedmurarth का अवतार

    murarth/linefeed

    194GitHub पर देखें↗

    Configurable, extensible, interactive line reader

    Rust
    GitHub पर देखें↗194
  • ogham/rust-ansi-termogham का अवतार

    ogham/rust-ansi-term

    481GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗481
  • pythops/tenerepythops का अवतार

    pythops/tenere

    672GitHub पर देखें↗

    🤖 TUI for LLMs

    Rust
    GitHub पर देखें↗672
  • a8m/pba8m का अवतार

    a8m/pb

    598GitHub पर देखें↗

    Console progress bar for Rust

    Rust
    GitHub पर देखें↗598
  • texitoi/structoptTeXitoi का अवतार

    TeXitoi/structopt

    2,727GitHub पर देखें↗

    Parse command line arguments by defining a struct.

    Rust
    GitHub पर देखें↗2,727