#cli #generation #config #wakuchin #researcher

app wakuchin_cli

A next generation wakuchin researcher software written in Rust

3 releases (breaking)

0.3.0 Oct 11, 2022
0.2.0 Jul 22, 2022
0.1.0 Jul 21, 2022

#401 in #generation

39 downloads per month

Custom license

60KB
1.5K SLoC

CLI (wakuchin_cli)

Usage

wakuchin_cli
P2P-Develop
A next generation wakuchin researcher software written in Rust

USAGE:
    wakuchin [OPTIONS] [config]

ARGS:
    <config>    Config file path, can be json, yaml, and toml, detected by extension

OPTIONS:
    -d, --interval <DURATION>    Progress refresh interval, in milliseconds [default: 300]
    -f, --format <text|json>     Output format
    -h, --help                   Print help information
    -i, --tries <N>              Number of tries
    -r, --regex <REGEX>          Regex to detect hits
    -t, --times <N>              Wakuchin times n
    -V, --version                Print version information
    -w, --workers <N>            Number of workers, defaults to number of logical CPUs

Installation

Download from GitHub Releases

You can download the latest version of wakuchin_cli from here.

Using cargo

$ cargo install wakuchin_cli

Building from source

$ cargo build --profile release --package wakuchin_cli
$ target/release/wakuchin

Dependencies

~13–25MB
~334K SLoC