Configuration
Wdid should work out of the box with some sensible defaults. On first run it will populate a configuration file under ~/.config/wdid/config.toml
. This, by default, sets local storage up using boltdb.
It is possible to implement other backends. This has not been done yet however.
Cross-Device Syncing
Currently, the suggested way to do this is to change the config file to point the store to somewhere that gets synced via an external method. For example, Dropbox works well:
Last updated