Looking for a diff editor for Perforce on Linux, similar to Beyond Compare? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_运维问答 Improve this questionI'm looking for a cmd line base diff editor to be used in Linux. It should allow me to edit in VIM mode (can use my VIM shortcuts etc), while at the same time have features like viewing files side-by-side, navigating to previous/next edit etc.
It would be great if it didn't require X server i.e. could use it directly from putty !!
That sounds like vimdiff. I assume you get it with vim because I've never installed it manually.
Perforce has the p4merge for linux, or you can try kdiff3 (KDE based) or meld (gnome based). Personally I prefer meld.
Beyond Compare has had a Linux distro for a while. See: http://www.scootersoftware.com/download.php
精彩评论