awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
clitic avatar

clitic/kdam

0
View on GitHub↗
243 stars·8 forks·Rust·Apache-2.0·9 viewsdocs.rs/kdam↗

Kdam

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

Features

  • Command Line Interfaces - Progress bar library inspired by tqdm.
  • Developer Tools - Console progress bar library inspired by tqdm.

Star history

Star history chart for clitic/kdamStar history chart for clitic/kdam

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Kdam

These projects share indexed features with Kdam. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • clap-rs/clapclap-rs avatar

    clap-rs/clap

    16,528View on 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
    View on GitHub↗16,528
  • colored-rs/coloredcolored-rs avatar

    colored-rs/colored

    2,024View on GitHub↗

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

    Rust
    View on GitHub↗2,024
  • a8m/pba8m avatar

    a8m/pb

    598View on GitHub↗

    Console progress bar for Rust

    Rust
    View on GitHub↗598
  • console-rs/dialoguerconsole-rs avatar

    console-rs/dialoguer

    1,597View on GitHub↗

    Rust utility library for nice command line prompts and similar things

    Rust
    View on GitHub↗1,597
Compare all 30 related projects→

Frequently asked questions

What does clitic/kdam do?

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

What are the main features of clitic/kdam?

The main features of clitic/kdam are: Command Line Interfaces, Developer Tools.

Which projects share features with clitic/kdam?

Projects with overlapping indexed features include: colored-rs/colored — (Rust) Coloring terminal so simple you already know how to do it ! console-rs/indicatif — indicatif is a Rust library for rendering progress bars and loading spinners in command line applications. It provides… a8m/pb — Console progress bar for Rust. clap-rs/clap — Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through… console-rs/dialoguer — Rust utility library for nice command line prompts and similar things. docopt/docopt.rs — Docopt for Rust (command line argument parser).