bjorndown / booxsync

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 97.0%Language:Makefile 3.0%