Files
simple-nanoshare/cli
daniel156161 4f223e529d fix(cli): package standalone client wheel
- Declare the NanoShare client package for Hatch wheel builds.
- Ensure uv tool install can build and install the CLI from cli/.
- Bump the server package version to 1.22.0 for the CLI release.
2026-07-27 16:27:21 +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.