Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 299 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 299 Bytes

Boox sync

Sync a local folder to a Boox Note Air 2 library via its BooxDrop HTTP API

How

# clone repo
make bin
cat << EOF > config.json
{
  "host": "http://192.168.1.40:8085",
  "syncRoot": "/home/foo/whatever",
  "pathsToSkip": [
    "/dont-care"
  ]
}
EOF
./bin/booxsync -dryRun