Files
simple-nanoshare/cli
daniel156161 2b0215cd94
Build and Push Docker Container / build-and-push (push) Successful in 1m52s
fix(cli): preserve notes during sync moves
- Leave sync and watch notes empty by default instead of writing placeholder text.
- Preserve existing remote notes when moving or adopting files without --note.
- Detect tracked local moves by SHA-256 and update remote metadata safely.
- Skip files that vanish during watch scans instead of aborting the sync cycle.
- Bump NanoShare to 1.24.0 and the standalone CLI to 0.3.0.
2026-07-27 21:40:30 +02:00
..

NanoShare CLI

Desktop CLI and folder sync client for NanoShare.

Install locally

uv tool install ./cli

Login

nanoshare login https://your-nanoshare.example

Sync

nanoshare sync ~/NanoShare
nanoshare watch ~/NanoShare --interval 10

The CLI stores config in ~/.config/nanoshare/config.toml and sync state in .nanoshare-sync/state.json inside the synced folder.