AndreasSko / go-jwlm

A command line tool to easily merge JW Library backups, written in Go.
MIT License
74 stars 4 forks source link

Publication catalog for richer information about merge conflicts #45

Closed AndreasSko closed 3 years ago

AndreasSko commented 3 years ago

This PR enables to use the catalog.db for getting richer information about merge conflicts. The catalog.db contains, among other things, the titles of all publications that were published in the last years/decades. For now, I'm adding all the necessary functions to download the catalog.db and query it. The wrapper functions for Gomobile are also provided. Implementing it into the CMD will be something for a future PR, as it also offers some opportunities to enhance the structure of the cmd-package itself.

Also see https://github.com/AndreasSko/go-jwlm/issues/16

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.2%) to 85.61% when pulling c0001e2215cbbb4be35ec8e24c199ddcf9c9523e on publication into 67ed0024092341a35ea07ee677454502a2574c8e on master.