awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
murarth avatar

murarth/linefeed

0
View on GitHub↗
194 星标·19 分支·Rust·Apache-2.0·4 次浏览

Linefeed

Configurable, extensible, interactive line reader

Features

  • 命令行界面 - Extensible interactive line reader.
  • 开发者工具 - Configurable and extensible interactive line reader.

Star 历史

murarth/linefeed 的 Star 历史图表murarth/linefeed 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Linefeed 的开源替代方案

相似的开源项目,按与 Linefeed 的功能重合度排序。
  • clap-rs/clapclap-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/kdamclitic 的头像

    clitic/kdam

    243在 GitHub 上查看↗

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

    Rust
    在 GitHub 上查看↗243
  • a8m/pba8m 的头像

    a8m/pb

    598在 GitHub 上查看↗

    Console progress bar for Rust

    Rust
    在 GitHub 上查看↗598
  • colored-rs/coloredcolored-rs 的头像

    colored-rs/colored

    2,024在 GitHub 上查看↗

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

    Rust
    在 GitHub 上查看↗2,024
查看 Linefeed 的所有 30 个替代方案→

常见问题解答

murarth/linefeed 是做什么的?

Configurable, extensible, interactive line reader

murarth/linefeed 的主要功能有哪些?

murarth/linefeed 的主要功能包括:命令行界面, 开发者工具。

murarth/linefeed 有哪些开源替代品?

murarth/linefeed 的开源替代品包括: clitic/kdam — A console progress bar library for Rust. (inspired by tqdm & rich.progress). console-rs/dialoguer — Rust utility library for nice command line prompts and similar things. 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… 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…