new feature selective sync

removed system wide config file
hardcoded sane default config
updated README
This commit is contained in:
skilion 2017-03-12 16:07:45 +01:00
commit 9dd944286f
8 changed files with 133 additions and 68 deletions

4
config Normal file
View file

@ -0,0 +1,4 @@
# Directory where the files will be synced
sync_dir = "~/OneDrive"
# Skip files and directories that match this pattern
skip_file = ".*|~*"