Rewriting my over-engineered CLI in Rust: Motivation
The motivation behind rewriting my bloated CLI tool in Rust to simplify my writing workflow between Obsidian and my website.
The motivation behind rewriting my bloated CLI tool in Rust to simplify my writing workflow between Obsidian and my website.
Designing a leaner API for LazyDraft by focusing on the core workflow of listing and staging draft posts.
Building config file parsing in Rust using Serde for my LazyDraft CLI tool.
Implementing the stage command and completing the MVP version of LazyDraft CLI for transferring posts from Obsidian to my website.
Adding a watch-style continuous staging mode to LazyDraft for real-time post preview as you write.