WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Synchronise books between a workstation and a Kobo e-reader. In practice, this means synchronising a connected Kobo volume with EPUB and PDF files in the specified local documents directory. Mirror of https://gitlab.com/louis.jackman/sync-kobo-and-mac

License

Notifications You must be signed in to change notification settings

LouisJackman/sync-kobo-and-workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronise Kobo & Workstation

pipeline status

Synchronise books between a workstation and a Kobo e-book reader. In practice, this means synchronising a connected Kobo volume with EPUB and PDF files in the specified local documents directories.

The defaults are Linux-specific, assuming a udisks2-style automount directory such as /var/media/user/KOBOeReader for the destination Kobo and defaulting to just ~/Documents for the source. However, if these defaults are overridden with explicit values, it will likely work on other OSes too.

$ cd sync-kobo-and-workstation
$ cargo build --release
$ # Now, move the built executable at `target/release/sync-kobo-and-workstation`
$ # wherever you like and run it like so:
$ sync-kobo-and-workstation --documents-directories="$HOME/Documents"
Book ./tmp/Paradigms of Artificial Intelligence Programming.epub already exists on the destination; will not copy across
Book ./tmp/debian-handbook.epub already exists on the destination; will not copy across

Found documents in documents directory at /var/home/user/Documents: 2
Books not copied because they already exist on the destination Kobo: 2
Book copied: 0

Symlinks inside the documents directories are not followed.

This repository is currently hosted on GitLab.com. An official mirror exists on GitHub. GitLab is still the official hub for contributions such as PRs and issues.

About

Synchronise books between a workstation and a Kobo e-reader. In practice, this means synchronising a connected Kobo volume with EPUB and PDF files in the specified local documents directory. Mirror of https://gitlab.com/louis.jackman/sync-kobo-and-mac

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages