Diffy
A sublime plugin to show difference between 2 files. It supports both Sublime 2 and 3.
Details
Installs
- Total 133K
- Win 64K
- Mac 48K
- Linux 21K
Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 11 | 7 | 6 | 10 | 9 | 8 | 10 | 17 | 14 | 12 | 13 | 11 | 4 | 4 | 2 | 12 | 15 | 6 | 15 | 2 | 6 | 13 | 14 | 10 | 12 | 15 | 3 | 6 | 4 | 9 | 10 | 11 | 8 | 6 | 3 | 15 | 10 | 11 | 11 | 12 | 2 | 6 | 12 | 9 | 12 |
Mac | 0 | 7 | 10 | 10 | 9 | 10 | 1 | 2 | 8 | 8 | 13 | 8 | 6 | 1 | 2 | 9 | 9 | 11 | 4 | 11 | 2 | 3 | 8 | 10 | 9 | 6 | 11 | 1 | 6 | 8 | 13 | 10 | 14 | 11 | 1 | 2 | 8 | 9 | 10 | 7 | 12 | 2 | 3 | 14 | 4 | 12 |
Linux | 1 | 1 | 2 | 2 | 3 | 4 | 1 | 2 | 2 | 4 | 3 | 3 | 0 | 0 | 0 | 2 | 2 | 2 | 1 | 0 | 0 | 2 | 3 | 1 | 4 | 4 | 4 | 1 | 2 | 0 | 3 | 5 | 1 | 5 | 1 | 0 | 3 | 3 | 5 | 4 | 1 | 0 | 0 | 2 | 3 | 1 |
Readme
- Source
- raw.githubusercontent.com
Diffy
This is a file comparison plugin for both Sublime 2 and 3.
Enjoy!
Installation
Please install Sublime Package Control first. Then inside Package Control: Install Package, type Diffy and then click to confirm.
Usage
After installing the plugin, set the layout to be 2 columns via View -> Layout -> Columns: 2. And make sure you have files (or temporary files pasted from clipboard) opened side by side.
- To compare and show the diffs, press CTRL + k followed by CTRL + d.
- To clear the marked lines, press press CTRL + k followed by CTRL + c.
Settings
The default key binding for Mac is
{ "keys": ["super+k", "super+d"], "command": "diffy" }
{ "keys": ["super+k", "super+c"], "command": "diffy", "args": {"action": "clear"} }
The default key binding for Windows / Linux is
{ "keys": ["ctrl+k", "ctrl+d"], "command": "diffy" }
{ "keys": ["ctrl+k", "ctrl+c"], "command": "diffy", "args": {"action": "clear"} }