awesome-repositories.com
Blog
MCP
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 killercup/quicli

Open-source alternatives to Quicli

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

  • lukaskalbertodt/term-painterAvatar LukasKalbertodt

    LukasKalbertodt/term-painter

    78Vezi pe GitHub↗

    Cross-platform Rust library for coloring and formatting terminal output

    Rust
    Vezi pe GitHub↗78
  • starship/starshipAvatar starship

    starship/starship

    58,310Vezi pe 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
    Vezi pe GitHub↗58,310
  • etienne-napoleone/spinachAvatar etienne-napoleone

    etienne-napoleone/spinach

    119Vezi pe GitHub↗

    🥬 Practical no dependency spinner for Rust

    Rust
    Vezi pe GitHub↗119
  • lukaskalbertodt/buntAvatar LukasKalbertodt

    LukasKalbertodt/bunt

    230Vezi pe GitHub↗

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

    Rust
    Vezi pe GitHub↗230
  • ogham/rust-ansi-termAvatar ogham

    ogham/rust-ansi-term

    481Vezi pe GitHub↗

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

    Rust
    Vezi pe GitHub↗481

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
  • srijs/rust-copperlineAvatar srijs

    srijs/rust-copperline

    26Vezi pe GitHub↗

    Pure-Rust Command Line Editing Library

    Rust
    Vezi pe GitHub↗26
  • colored-rs/coloredAvatar colored-rs

    colored-rs/colored

    2,024Vezi pe GitHub↗

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

    Rust
    Vezi pe GitHub↗2,024
  • docopt/docopt.rsAvatar docopt

    docopt/docopt.rs

    749Vezi pe GitHub↗

    Docopt for Rust (command line argument parser).

    Rust
    Vezi pe GitHub↗749
  • google/arghAvatar google

    google/argh

    1,928Vezi pe GitHub↗

    Rust derive-based argument parsing optimized for code size

    Rustarghargument-parserarguments
    Vezi pe GitHub↗1,928
  • ksk001100/seahorseAvatar ksk001100

    ksk001100/seahorse

    306Vezi pe GitHub↗

    A minimal CLI framework written in Rust

    Rustclicli-frameworkeasy
    Vezi pe GitHub↗306
  • movingtomars/linerAvatar MovingtoMars

    MovingtoMars/liner

    72Vezi pe GitHub↗

    A readline-like library in Rust.

    Rust
    Vezi pe GitHub↗72
  • oconnor663/duct.rsAvatar oconnor663

    oconnor663/duct.rs

    1,027Vezi pe GitHub↗

    a Rust library for running child processes

    Rust
    Vezi pe GitHub↗1,027
  • rust-cli/rexpectAvatar rust-cli

    rust-cli/rexpect

    382Vezi pe GitHub↗

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

    Rust
    Vezi pe GitHub↗382
  • sagiegurari/cliparserAvatar sagiegurari

    sagiegurari/cliparser

    9Vezi pe GitHub↗

    Simple command line parser

    Rust
    Vezi pe GitHub↗9
  • clap-rs/clapAvatar clap-rs

    clap-rs/clap

    16,528Vezi pe 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
    Vezi pe GitHub↗16,528
  • clitic/kdamAvatar clitic

    clitic/kdam

    243Vezi pe GitHub↗

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

    Rust
    Vezi pe GitHub↗243
  • console-rs/dialoguerAvatar console-rs

    console-rs/dialoguer

    1,597Vezi pe GitHub↗

    Rust utility library for nice command line prompts and similar things

    Rust
    Vezi pe GitHub↗1,597
  • console-rs/indicatifAvatar console-rs

    console-rs/indicatif

    5,168Vezi pe 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
    Vezi pe GitHub↗5,168
  • fgribreau/spinnersAvatar FGRibreau

    FGRibreau/spinners

    593Vezi pe GitHub↗

    🛎 60+ Elegant terminal spinners for Rust

    Rust
    Vezi pe GitHub↗593
  • gizak/termuiAvatar gizak

    gizak/termui

    13,574Vezi pe 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
    Vezi pe GitHub↗13,574
  • hniksic/rust-subprocessAvatar hniksic

    hniksic/rust-subprocess

    450Vezi pe GitHub↗

    Execution of and interaction with external processes and pipelines

    Rust
    Vezi pe GitHub↗450
  • kkawakam/rustylineAvatar kkawakam

    kkawakam/rustyline

    1,886Vezi pe GitHub↗

    Readline Implementation in Rust

    Rust
    Vezi pe GitHub↗1,886
  • mgrachev/update-informerAvatar mgrachev

    mgrachev/update-informer

    225Vezi pe GitHub↗

    Update informer for CLI/GUI applications written in Rust 🦀

    Rust
    Vezi pe GitHub↗225
  • mikaelmello/inquireAvatar mikaelmello

    mikaelmello/inquire

    2,587Vezi pe GitHub↗

    A Rust library for building interactive prompts

    Rust
    Vezi pe GitHub↗2,587
  • murarth/linefeedAvatar murarth

    murarth/linefeed

    194Vezi pe GitHub↗

    Configurable, extensible, interactive line reader

    Rust
    Vezi pe GitHub↗194
  • nukesor/comfy-tableAvatar Nukesor

    Nukesor/comfy-table

    1,292Vezi pe GitHub↗
    Rustcommandlinecommandline-interfacehacktoberfest
    Vezi pe GitHub↗1,292
  • pythops/tenereAvatar pythops

    pythops/tenere

    672Vezi pe GitHub↗

    🤖 TUI for LLMs

    Rust
    Vezi pe GitHub↗672
  • rust-cli/human-panicAvatar rust-cli

    rust-cli/human-panic

    1,847Vezi pe GitHub↗

    Panic messages for humans.

    Rust
    Vezi pe GitHub↗1,847
  • a8m/pbAvatar a8m

    a8m/pb

    598Vezi pe GitHub↗

    Console progress bar for Rust

    Rust
    Vezi pe GitHub↗598
  • texitoi/structoptAvatar TeXitoi

    TeXitoi/structopt

    2,727Vezi pe GitHub↗

    Parse command line arguments by defining a struct.

    Rust
    Vezi pe GitHub↗2,727