awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rust-cli avatar

rust-cli/rexpect

0
View on GitHub↗
382 Stars·68 Forks·Rust·MIT·2 Aufrufedocs.rs/rexpect↗

Rexpect

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

Features

  • Kommandozeilenschnittstellen - Automating interactive applications like SSH or FTP.
  • Developer Tools - Automates interactive applications like SSH and FTP.

Star-Verlauf

Star-Verlauf für rust-cli/rexpectStar-Verlauf für rust-cli/rexpect

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Rexpect

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Rexpect.
  • clap-rs/clapAvatar von clap-rs

    clap-rs/clap

    16,528Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,528
  • clitic/kdamAvatar von clitic

    clitic/kdam

    243Auf GitHub ansehen↗

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

    Rust
    Auf GitHub ansehen↗243
  • a8m/pbAvatar von a8m

    a8m/pb

    598Auf GitHub ansehen↗

    Console progress bar for Rust

    Rust
    Auf GitHub ansehen↗598
  • colored-rs/coloredAvatar von colored-rs

    colored-rs/colored

    2,024Auf GitHub ansehen↗

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

    Rust
    Auf GitHub ansehen↗2,024
Alle 30 Alternativen zu Rexpect anzeigen→

Häufig gestellte Fragen

Was macht rust-cli/rexpect?

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

Was sind die Hauptfunktionen von rust-cli/rexpect?

Die Hauptfunktionen von rust-cli/rexpect sind: Kommandozeilenschnittstellen, Developer Tools.

Welche Open-Source-Alternativen gibt es zu rust-cli/rexpect?

Open-Source-Alternativen zu rust-cli/rexpect sind unter anderem: 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…