ebooksync_library

Library synchronize with my e-book

```bash

for simple sync

ebooksync_library -d /your/local/library/catalog -s /e-book/library/catalog

for write sync directory to user folder

ebooksync_library -d /your/local/library/catalog -s /e-book/library/catalog -w

for simple sync with already stored config

ebooksync_library

for sync with custom config

ebooksync_library -c /your/custom/config/path.yml ```