Is there a diff tool that allows you to paste two segments of text and get a diff? I can't use an online tool because I'm dealing with proprietary data, and I haven't found a tool that provides that feature.
相关问题
- Replace sequence of identical values of length > 2
- Is there a maven plugin that can diff files and ou
- Comparing two strings or objects and getting the d
- — is there a way to copy up to a search term, _inc
- PDF Copy Text Issue: Weird Characters
相关文章
- In R, find whether two files differ
- emacs terminal mode: how to copy and paste efficie
- Interactively merge files tracked with git and unt
- Is there a commonly-used filename extension for un
- Diff for Powerpoint
- Removing trailing white space only for edited line
- Is copy-and-paste coding ever acceptable?
- Git: How to diff two different files in different
Try WinMerge. It'll do that.
Steps:
<CTRL+N>
<F5>
Notepad++ makes it really easy to do that: paste first text, open new tab, paste second text then Plugin > Compare > Compare.
Make sure you have the compare plugin installed.
Source: https://stackoverflow.com/a/15817384/965176
I think this might be what you're looking for - Line Diff - it's a online tool that takes as input two snippets of code/text, diff them and then render a nice github like html page (permanent or temporary stored) that you can then share with coworkers.
KDiff3 can do that too. On startup just Cancel the open dialog and than copy&paste snippets into the two panes. It immediately (re)computes their diff.
For those who use Atom, there’s the split-diff package.
In case anyone comes here looking for a tool for Macs that can do this, it seems that there are two tools that can do just this.
Beyond Compare, the Mac version is currently in beta.
Kaleidoscope app
Unfortunately, it doesn't seem to be possible to change the texts once they've been pasted.
There is also a similar (closed) question (the question itself was for a Mac tool, but at least one answer has an alternative diff tool for Windows):
Diff tool for Mac without saving text to files