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

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

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

rust-cli/rexpect

0
View on GitHub↗
382 星标·68 分支·Rust·MIT·2 次浏览docs.rs/rexpect↗

Rexpect

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

Features

  • 命令行界面 - Automating interactive applications like SSH or FTP.
  • 开发者工具 - Automates interactive applications like SSH and FTP.

Star 历史

rust-cli/rexpect 的 Star 历史图表rust-cli/rexpect 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Rexpect 的开源替代方案

相似的开源项目,按与 Rexpect 的功能重合度排序。
  • 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
查看 Rexpect 的所有 30 个替代方案→

常见问题解答

rust-cli/rexpect 是做什么的?

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

rust-cli/rexpect 的主要功能有哪些?

rust-cli/rexpect 的主要功能包括:命令行界面, 开发者工具。

rust-cli/rexpect 有哪些开源替代品?

rust-cli/rexpect 的开源替代品包括: 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…