- install fzf
pip install git+https://github.com/david-fischer/sync-kobo.git
Connect Kobo-Reader and call the script via:
sync-kobo
Help text:
> sync_kobo -h
Usage: cli.py [OPTIONS]
Sync books and annotations with Kobo e-reader.
Options:
--version Show the version and exit.
--configure Open config-file in default text-editor.
-h, --help Show this message and exit.
- appdirs - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
- click - Composable command line interface toolkit
- pyfzf - Python wrapper for junegunn's fuzzyfinder (fzf)
- SQLAlchemy - Database Abstraction Library
- titlecase - Python Port of John Gruber's titlecase.pl
- tabulate - Pretty-print tabular data
- toolz - List processing tools and functional utilities
- ansicolors - ANSI colors for Python
- beautifulsoup4 - Screen-scraping library