Simple Rust script to parse Markdown files and append keywords derived from the RAKE algorithm to their metadata.
Go to file
Silas 384299fa5e
initial commit
2024-05-30 20:58:37 -04:00
src initial commit 2024-05-30 20:58:37 -04:00
static initial commit 2024-05-30 20:58:37 -04:00
.gitignore initial commit 2024-05-30 20:58:37 -04:00
.tool-versions initial commit 2024-05-30 20:58:37 -04:00
Cargo.lock initial commit 2024-05-30 20:58:37 -04:00
Cargo.toml initial commit 2024-05-30 20:58:37 -04:00
README.md initial commit 2024-05-30 20:58:37 -04:00

README.md

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.