No description
Find a file
2024-10-29 14:20:41 +01:00
.gitignore Initial commit 2024-10-27 22:13:10 +01:00
README.md Add README 2024-10-29 14:20:41 +01:00
tagmerger Refactor 2024-10-28 23:24:16 +01:00
tags-test Add README 2024-10-29 14:20:41 +01:00

Tagmerger

A small tool to help merging a messy set of tags into a new, hopefully cleaner set.

Very much work in progress, and best effort.

Tags are exported in a yaml file. Each key corresponds to a tag in the messy set, and contains a list of tags of the new set to which this tag should be merged.

The script can take the yaml file back as input, which allows pausing and restarting the tag merging process.