CLI tool to find and/or resolve conflict file generated by syncthing.
sync_conflict find-conflict [path]- Display all conflict file path.sync_conflict resolve [path]- Auto resolve all conflict file.sync_conflict walk [path]- For each conflict file open the file explorer the file location.sync_conflict delete [path]- Delete all conflict file present in [path].
pip install sync_conflict
Compatible with pipx:pipx install sync_conflict