DiffTabs
Sublime Text 2/3/4 plugin that adds the option to diff the current tab with another open tab.
Details
Installs
- Total 53K
- Win 24K
- Mac 20K
- Linux 10K
Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 11 | 12 | 12 | 6 | 6 | 11 | 0 | 8 | 11 | 13 | 3 | 1 | 10 | 11 | 8 | 8 | 15 | 3 | 4 | 6 | 11 | 7 | 11 | 9 | 4 | 5 | 12 | 8 | 9 | 6 | 7 | 4 | 1 | 8 | 7 | 8 | 9 | 7 | 4 | 0 | 8 | 10 | 10 | 7 | 8 | 0 |
Mac | 13 | 11 | 9 | 2 | 3 | 5 | 5 | 11 | 6 | 10 | 3 | 5 | 3 | 8 | 11 | 12 | 7 | 1 | 3 | 4 | 7 | 6 | 8 | 9 | 2 | 3 | 6 | 10 | 11 | 13 | 5 | 4 | 4 | 7 | 13 | 10 | 9 | 8 | 2 | 2 | 10 | 14 | 10 | 5 | 9 | 3 |
Linux | 0 | 5 | 5 | 1 | 0 | 2 | 5 | 1 | 2 | 4 | 0 | 0 | 3 | 4 | 2 | 6 | 6 | 0 | 3 | 3 | 3 | 2 | 2 | 0 | 1 | 1 | 1 | 4 | 1 | 2 | 5 | 1 | 1 | 2 | 1 | 0 | 4 | 3 | 1 | 1 | 3 | 1 | 6 | 2 | 4 | 3 |
Readme
- Source
- raw.githubusercontent.com
DiffTabs
Sublime Text 2/¾ plugin that adds the option to diff the current tab with another open tab.
Usage
Right click another tab along the tab bar and select “Diff with current tab…” (The tab you right click will be the from-file and the current tab will be the to-file). Your diff results will appear in a new tab.
Installation
Package Control:
- Install Package Control if necessary.
- Open the Command Palette by pressing ⌘+Shift+P on Mac or Ctrl+Shift+P on Linux/Windows.
- Type in
Package Control: Install Package
and press Enter - Type
DiffTabs
and hit Enter
Without Git: Download the latest source from GitHub and extract archive to your Sublime Text “Packages” directory.
With Git: Clone the repository to your Sublime Text “Packages” directory:
git clone https://github.com/soandrew/DiffTabs.git
The “Packages” directory is located at:
- ST2:
- OS X:
~/Library/Application Support/Sublime Text 2/Packages
- Linux:
~/.config/sublime-text-2/Packages
- Windows:
%APPDATA%\Sublime Text 2\Packages
- OS X:
- ST3/ST4:
- OS X:
~/Library/Application Support/Sublime Text 3/Packages
- Linux:
~/.config/sublime-text-3/Packages
- Windows:
%APPDATA%\Sublime Text 3\Packages
- OS X: