# NanoShare CLI Desktop CLI and folder sync client for NanoShare. ## Install locally ```bash uv tool install ./cli ``` ## Login ```bash nanoshare login https://your-nanoshare.example ``` ## Sync ```bash 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.