08597218a60c137d6b6bd3bc3145f2f3e50a5ec4
Reiki
Simple CLI tool to parse a directory of markdown files, retrieve a list of keywords via a rake model, and append them to their metadata.
If the YAML header is missing, or if the header is incorrect, this will break. Adjust the MetaData type in cli.rs
to match the YAML header.
Usage
$ cargo run -- --filepath <path-to-directory>
Description
Simple Rust script to parse Markdown files and append keywords derived from the RAKE algorithm to their metadata.
Languages
Rust
100%