Releases: corka149/protocoler
Releases · corka149/protocoler
CL interface
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
protocoler
was transformed into a Text-based UI app.
Records not participants
protocoler
can now record the participants.
Everthing that is needed
- 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