Skip to content

Releases: corka149/protocoler

CL interface

31 Jul 11:25
Compare
Choose a tag to compare

protocoler got a CL interface which allow to tweak some settings or convert protocols directly.

> $ ./protocoler --help                                                                                                                                                                         [±main ●▴]
protocoler 0.4.0
Sebastian Ziemann <corka149@mailbox.org>
A Fast and minimalistic protocol generator powered by Rust. It can output protocols in different
formats.

USAGE:
    protocoler [OPTIONS] [SOURCE] [SUBCOMMAND]

ARGS:
    <SOURCE>    CSV file from which a previous recorded protocol should be loaded

OPTIONS:
    -d, --disable-autosave    Disable auto-save on quit
    -h, --help                Print help information
    -n, --no-theme            Activates no theme and fallback to primitive theme
    -V, --version             Print version information

SUBCOMMANDS:
    convert    Converts a CSV protocol into another format
    help       Print this message or the help of the given subcommand(s)

Text-based UI

10 Aug 19:36
Compare
Choose a tag to compare

protocoler was transformed into a Text-based UI app.

Records not participants

13 Mar 12:51
Compare
Choose a tag to compare

protocoler can now record the participants.

Everthing that is needed

04 Nov 20:34
Compare
Choose a tag to compare
  • Record a protocol with 3 different entry types
  • Entry types are decision, info or task
  • Entries can be removed or edited
  • The protocol can be printed in 3 different types
  • Formats are csv, raw or markdown