Go to file
Sebastian Hugentobler ea3b72662e Update .gitlab-ci.yml
2017-03-21 12:12:34 +00:00
.vscode add error handling 2017-03-20 13:14:49 +01:00
src find all installer downloads, not only the first one 2017-03-21 11:32:43 +01:00
.editorconfig initial proof of concept 2017-03-19 14:50:58 +01:00
.gitignore initial proof of concept 2017-03-19 14:50:58 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2017-03-21 12:12:34 +00:00
Cargo.lock add documentation and license 2017-03-20 19:00:27 +01:00
Cargo.toml add documentation and license 2017-03-20 19:00:27 +01:00
CHANGELOG.md use md extension for changelog file 2017-03-21 11:58:23 +01:00
LICENSE add documentation and license 2017-03-20 19:00:27 +01:00
README.md find all installer downloads, not only the first one 2017-03-21 11:32:43 +01:00

GOG-SYNC

A small tool to synchronize the stuff in a GOG library with a local folder.

It builds on the work of the unofficial GOG API Documentation.

This is the first time I am building something with rust, so beware :)

Please note that this is alpha software, you should not trust it.

Configuration

The configuration file is in the config folder as described by the xdg specification with a prefix of gog-sync.

For example on macOS or Linux

~/.config/gog-sync/config.json

It is in Json format and the only relevant key is storage. The rest is information about content hashes.

Usage

If you want to see the information log while running set RUST_LOG=info.

gog-sync

Normal invocation, uses the current working directory as storage if not configured otherwise.

gog-sync -s ~/Downloads/games

Overwrite the default or configured storage path.