Rust implementation of mactime.pl
Generate a MACB timeline in CSV format from a bodyfile.
cargo build --release
USAGE:
mactime.exe [OPTIONS] --bodyfile <bodyfile>
OPTIONS:
-b, --bodyfile <bodyfile>
-f, --filter <filter> Date filter format: YYYY-MM-DD..YYYY-MM-DD (time not handled yet)
-h, --help Print help information
-o, --output <output> CSV output to file (stdout if not specified)
-s, --sort Sort timeline by datetime
cargo run -- --bodyfile <bodyfile>