1 KiB
1 KiB
Changelog
All notable changes to noz-cli are documented here.
Format: Keep a Changelog — versioning follows Semantic Versioning.
[Unreleased]
[0.1.0] — 2026-05-16
Added
- Interactive REPL with topic-based navigation (
cd,ls,ls -la,tree) cat— print raw markdown of a noteedit— open note in terminal editor (nano/vim) or VS Code (-cflag)new— create a new note from a templaterm— delete a notesync— pull notes from server to local directory (parallel, hash-diffed)push— push local markdown files to serversearch— full-text search via Meilisearchconfig— view and set editor preferencesversion— show version and git hash- JSON note cache (
~/.cache/noz/notes.json) for instant startup + background refresh - Cache timestamp displayed in startup stats line
- Native AOT binary for macOS arm64 (~7.6 MB, no runtime required)
- Tab completion for commands, slugs and folder segments