- This is a Sublime Text plugin.
- It is primarily used to invoke external tools for quickly comparing two files.
- Currently, it supports the Windows platform and can invoke TortoiseSVN, TortoiseGit, and WinMerge.
- It allows comparison even if the files are not saved.
- It supports "Compare Later" and "Compare With" features.
{
"default_tool": "tortoise_svn",
"tortoise_svn_path": "C:\\Program Files\\TortoiseSVN\\bin\\TortoiseProc.exe",
"tortoise_git_path": "C:\\Program Files\\TortoiseSVN\\bin\\TortoiseGitProc.exe",
"win_merge_path": "C:\\Program Files\\WinMerge\\WinMergeU.exe"
}
default_tool: tortoise_svn, tortoise_git, win_merge