/org_tester

Primary LanguageRustGNU General Public License v3.0GPL-3.0

org_tester

Linux Build Status Windows build status

Testing system based on org-mode table files. In fact, based on my old english tester, but now on steroids, with TUI, rewritten in Rust. Tables are placed in the res/ dir.

Building

$ cargo build --release

You can build it without curses feature by adding --no-default-features.

Usage

$ cargo run -- --help
org_tester 0.1.0
Alexander Pateenok <pateenoc@gmail.com>
Testing system based on org-mode table files.

USAGE:
    org_tester [FLAGS] <file>

FLAGS:
    -h, --help       Prints help information
    -g, --gui        gui-mode
    -V, --version    Prints version information

ARGS:
    <file>    org-mode file with the table