A small command-line notes tool I’m building to replace the patchwork of ~/notes/ markdown files I’ve been carrying between machines.

Why another notes tool

Most notes apps either lock content into a proprietary store or require a sync server. I want plain .md files on disk and an opt-in FTS index that I can rebuild from scratch any time.

Status

Early; the storage layer and basic CRUD work, FTS is wired through but not exposed in the CLI yet. Not yet packaged for distribution.