this post was submitted on 16 Mar 2026
13 points (100.0% liked)

Linux

12841 readers
1321 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

On windows, Notepad++ compare plugin let's you compare unsaved files. So to compare two texts copied from elsewhere, just make two new tabs and paste the texts. Compare plugin will happily compare line by line.

On Linux I havent found something similar. The closes is Kate, but you still have to save tmp1.txt and tmp2.txt , and remove the clutter when finished.

Does anybody know a compare app that just lets you paste two text blocks without saving files first?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] unexpectedprism@programming.dev 12 points 1 day ago (1 children)

meld allows you to start an empty comparison and to paste content into it without saving.

[โ€“] bobby@lemmy.dbzer0.com 1 points 1 day ago

meld is pretty cool, yes.