| Crates.io | markdown_minder |
| lib.rs | markdown_minder |
| version | 0.2.0 |
| created_at | 2024-09-16 20:10:31.87044+00 |
| updated_at | 2024-09-16 20:10:31.87044+00 |
| description | A CLI tool for saving content to markdown with YAML frontmatter support. |
| homepage | |
| repository | https://github.com/xeniode/markdown_minder |
| max_upload_size | |
| id | 1376824 |
| size | 20,758 |
markdown_minder is a simple command-line application written in Rust that processes Markdown files with optional YAML frontmatter.
stdin to Markdown filesBefore you can use markdown_minder, make sure you have Rust and Cargo installed on your machine. If you don't have them installed, you can download and install them from the official Rust website: https://www.rust-lang.org/tools/install.
Once Rust and Cargo are installed, you can install markdown_minder by running the following command in your terminal:
cargo install markdown_minder
After installing markdown_minder, you can start using it to save stdin and other content your Markdown files with YAML frontmatter templates. Here's a simple example of how to use it:
echo "Pipe in content" | markdown_minder --output process your_file.md --frontmatter my_prop="my value" --title "Default Title" --template default_template.yml
Replace your_file.md with the path to your Markdown file.
markdown_minder is released under the MIT License. See the LICENSE file for more details.
markdown_minder is actively maintained. For the latest updates, check the repository's commit history.