Skip to content

corka149/protocoler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protocoler

Rust

A minimalistic typer for protocols

A Fast and minimalistic protocol generator powered by Rust. It can output protocols in different formats.

Usage

protocoler is a Text-based UI app. Run protocoler and press x for help.

UI example

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

Build protocoler

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.