Discover Snippets

@daniel daniel / resolve_conflicts.py Created at Thu Jul 22 18:46:37 CEST 2021
Resolve Nextcloud sync conflicts
#!/usr/bin/python3
# Resolve file conflicts introduced by Nextcloud syncs.
# Daniel Vedder, 22/7/2021

import os
import re
import sys

# explain to the user what's going on
helptext = """