awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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/buntAvatar de LukasKalbertodt

    LukasKalbertodt/bunt

    230Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗230
  • starship/starshipAvatar de starship

    starship/starship

    58,310Voir sur 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
    Voir sur GitHub↗58,310
  • etienne-napoleone/spinachAvatar de etienne-napoleone

    etienne-napoleone/spinach

    119Voir sur GitHub↗

    🥬 Practical no dependency spinner for Rust

    Rust
    Voir sur GitHub↗119
  • ksk001100/seahorseAvatar de ksk001100

    ksk001100/seahorse

    306Voir sur GitHub↗

    A minimal CLI framework written in Rust

    Rustclicli-frameworkeasy
    Voir sur GitHub↗306
  • oconnor663/duct.rsAvatar de oconnor663

    oconnor663/duct.rs

    1,027Voir sur GitHub↗

    a Rust library for running child processes

    Rust
    Voir sur GitHub↗1,027

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • srijs/rust-copperlineAvatar de srijs

    srijs/rust-copperline

    26Voir sur GitHub↗

    Pure-Rust Command Line Editing Library

    Rust
    Voir sur GitHub↗26
  • colored-rs/coloredAvatar de colored-rs

    colored-rs/colored

    2,024Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗2,024
  • docopt/docopt.rsAvatar de docopt

    docopt/docopt.rs

    749Voir sur GitHub↗

    Docopt for Rust (command line argument parser).

    Rust
    Voir sur GitHub↗749
  • google/arghAvatar de google

    google/argh

    1,928Voir sur GitHub↗

    Rust derive-based argument parsing optimized for code size

    Rustarghargument-parserarguments
    Voir sur GitHub↗1,928
  • kkawakam/rustylineAvatar de kkawakam

    kkawakam/rustyline

    1,886Voir sur GitHub↗

    Readline Implementation in Rust

    Rust
    Voir sur GitHub↗1,886
  • mikaelmello/inquireAvatar de mikaelmello

    mikaelmello/inquire

    2,587Voir sur GitHub↗

    A Rust library for building interactive prompts

    Rust
    Voir sur GitHub↗2,587
  • nukesor/comfy-tableAvatar de Nukesor

    Nukesor/comfy-table

    1,292Voir sur GitHub↗
    Rustcommandlinecommandline-interfacehacktoberfest
    Voir sur GitHub↗1,292
  • rust-cli/rexpectAvatar de rust-cli

    rust-cli/rexpect

    382Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗382
  • sagiegurari/cliparserAvatar de sagiegurari

    sagiegurari/cliparser

    9Voir sur GitHub↗

    Simple command line parser

    Rust
    Voir sur GitHub↗9
  • clap-rs/clapAvatar de clap-rs

    clap-rs/clap

    16,528Voir sur 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
    Voir sur GitHub↗16,528
  • clitic/kdamAvatar de clitic

    clitic/kdam

    243Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗243
  • console-rs/dialoguerAvatar de console-rs

    console-rs/dialoguer

    1,597Voir sur GitHub↗

    Rust utility library for nice command line prompts and similar things

    Rust
    Voir sur GitHub↗1,597
  • console-rs/indicatifAvatar de console-rs

    console-rs/indicatif

    5,168Voir sur 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
    Voir sur GitHub↗5,168
  • fgribreau/spinnersAvatar de FGRibreau

    FGRibreau/spinners

    593Voir sur GitHub↗

    🛎 60+ Elegant terminal spinners for Rust

    Rust
    Voir sur GitHub↗593
  • gizak/termuiAvatar de gizak

    gizak/termui

    13,574Voir sur 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
    Voir sur GitHub↗13,574
  • hniksic/rust-subprocessAvatar de hniksic

    hniksic/rust-subprocess

    450Voir sur GitHub↗

    Execution of and interaction with external processes and pipelines

    Rust
    Voir sur GitHub↗450
  • killercup/quicliAvatar de killercup

    killercup/quicli

    537Voir sur GitHub↗

    Quickly build cool CLI apps in Rust.

    Rustclicommand-linecrate
    Voir sur GitHub↗537
  • lukaskalbertodt/term-painterAvatar de LukasKalbertodt

    LukasKalbertodt/term-painter

    78Voir sur GitHub↗

    Cross-platform Rust library for coloring and formatting terminal output

    Rust
    Voir sur GitHub↗78
  • mgrachev/update-informerAvatar de mgrachev

    mgrachev/update-informer

    225Voir sur GitHub↗

    Update informer for CLI/GUI applications written in Rust 🦀

    Rust
    Voir sur GitHub↗225
  • movingtomars/linerAvatar de MovingtoMars

    MovingtoMars/liner

    72Voir sur GitHub↗

    A readline-like library in Rust.

    Rust
    Voir sur GitHub↗72
  • murarth/linefeedAvatar de murarth

    murarth/linefeed

    194Voir sur GitHub↗

    Configurable, extensible, interactive line reader

    Rust
    Voir sur GitHub↗194
  • ogham/rust-ansi-termAvatar de ogham

    ogham/rust-ansi-term

    481Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗481
  • pythops/tenereAvatar de pythops

    pythops/tenere

    672Voir sur GitHub↗

    🤖 TUI for LLMs

    Rust
    Voir sur GitHub↗672
  • a8m/pbAvatar de a8m

    a8m/pb

    598Voir sur GitHub↗

    Console progress bar for Rust

    Rust
    Voir sur GitHub↗598
  • texitoi/structoptAvatar de TeXitoi

    TeXitoi/structopt

    2,727Voir sur GitHub↗

    Parse command line arguments by defining a struct.

    Rust
    Voir sur GitHub↗2,727