A minimalistic typer for protocols
A Fast and minimalistic protocol generator powered by Rust. It can output protocols in different formats.
protocoler
is a Text-based UI app. Run protocoler
and press x for help.
protocoler
has also an CL interface.
$ ./protocoler --help [±main ●▴]
A Fast and minimalistic protocol generator powered by Rust. It can output protocols in different formats.
Usage: protocoler [OPTIONS] [SOURCE] [COMMAND]
Commands:
convert Converts a CSV protocol into another format
help Print this message or the help of the given subcommand(s)
Arguments:
[SOURCE] CSV file from which a previous recorded protocol should be loaded
Options:
-d, --disable-autosave Disable auto-save on quit
-n, --no-theme Activates no theme and fallback to primitive theme
-h, --help Print help
-V, --version Print version
Requirements:
- git
- Rust with cargo installation (see here)
Build it:
git clone -b v0.3.0 --single-branch [email protected]:corka149/protocoler.git
cargo build -r
Enjoy your protocoler
binary at target/release/protocoler
.