Replies: 2 comments 1 reply
-
|
WinMerge can compare the two most recent clipboard entries when clipboard history is enabled. (Get-Content 'E:\dev\winmerge\src\mainfrm.cpp')[122] | Set-Clipboard
(Get-Content 'D:\dev\winmerge\src\mainfrm.cpp')[233] | Set-Clipboard
& 'C:\Program Files\WinMerge\WinMergeU.exe' /clipboard-compare |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
WOW This is awesome! Perfectly solves my problem. THANK YOU!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to compare line x and line y of the same text file and I didn't see Command Line Parameters to just pass a string for Left and Right. CLI only seems to support saved files?
Alternatively if we could pass LeftFileLineNr and RightFileLineNr and Winmerge would only compare these 2 lines, that would also be great!
Beta Was this translation helpful? Give feedback.
All reactions