noz-cli/NozCli/Commands
kryptomrx ae8a961cfd feat(commands): Dual-editor (nano/code), new note, parallel sync pull
- edit: terminal editor (nano/vim) by default, -c flag opens VS Code/Zed
- edit/new: ResolveTerminal() + ResolveCode() auto-detect editors on PATH
- new: create note from template, opens editor, confirms before push
- sync: pull notes from server with Parallel.ForEachAsync (8 concurrent)
- sync: hash diff - only download notes changed since last sync
- sync --dry-run: preview without writing, --all to force full download
- push: hash diff against server cache, Progress bar, --all flag
2026-05-16 23:20:59 +02:00
..
CatCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
CdCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
EditCommand.cs feat(commands): Dual-editor (nano/code), new note, parallel sync pull 2026-05-16 23:20:59 +02:00
HelpCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
ICommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
LsCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
NewCommand.cs feat(commands): Dual-editor (nano/code), new note, parallel sync pull 2026-05-16 23:20:59 +02:00
PushCommand.cs feat(commands): Dual-editor (nano/code), new note, parallel sync pull 2026-05-16 23:20:59 +02:00
RmCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
StatusCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00
SyncCommand.cs feat(commands): Dual-editor (nano/code), new note, parallel sync pull 2026-05-16 23:20:59 +02:00
TreeCommand.cs feat(commands): ls with detailed view, tree hierarchy, CancellationToken support 2026-05-16 23:20:49 +02:00