add a feature: mark file and compare with marked file.
dir a:
- file1
- file2
dir b:
- fileA
- fileB
When I use Beyond Compare, I can compare file1 and fileA from hotkey: F7. But meld is not supported this operation.
This is useful when you need to refactor your code or just rename your files. So I added this feature.