medi

A speedy CLI driven Markdown manager


Overview

A fast, editor-centric, command-line notes manager built in Rust.

medi is a powerful tool for creating and managing your notes, articles, and documentation directly from the terminal. It’s built for developers, writers, and anyone who loves the speed and focus of a command-line workflow, combining the simplicity of Markdown with the speed of an embedded database.


Key Features


Core Philosophy

medi is built on a few guiding principles:


Technical Details

medi is written in Rust. It uses clap for command-line argument parsing and sled for the embedded key-value database.

View on GitHub →