Skip to content

Intrinsec/mactime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mactime

License

Rust implementation of mactime.pl

Generate a MACB timeline in CSV format from a bodyfile.

Build

cargo build --release

Usage

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

Debug

cargo run -- --bodyfile <bodyfile>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages