Notes CLI
2025Go · SQLite
Placeholder project. Replace this write-up with the real story: what it does, why you built it, and what you learned making it.
The idea
A note-taking tool that lives where the work already happens: the terminal. Capture a thought with one command, search everything with another, never break flow to open an app.
Notes
- Plain text on disk, indexed in SQLite for full-text search.
- Built as an excuse to learn Go's standard library well.