noz-cli/NozCli
kryptomrx 47cc904609 feat(repl): Visual banner, JSON note cache, background refresh, Ctrl+C handling
- Startup banner: FigletText + capabilities panel + note stats with status dots
- JSON cache at ~/.cache/noz/notes.json for instant startup
- Cache-first loading: show REPL immediately, refresh notes in background
- Timestamp in stats line (e.g. 'vor 5 Min.') for data freshness feedback
- Ctrl+C in idle exits REPL gracefully; during command cancels only the request
- Per-command CancellationTokenSource so cancel does not kill the session
- Tab completion: command-aware (cd only suggests folders)
2026-05-16 23:20:39 +02:00
..
Commands Initial commit: noz-cli REPL skeleton 2026-05-16 19:25:39 +02:00
Repl feat(repl): Visual banner, JSON note cache, background refresh, Ctrl+C handling 2026-05-16 23:20:39 +02:00
NozCli.csproj Initial commit: noz-cli REPL skeleton 2026-05-16 19:25:39 +02:00
Program.cs Initial commit: noz-cli REPL skeleton 2026-05-16 19:25:39 +02:00