DiffTabs
Sublime Text 2/3/4 plugin that adds the option to diff the current tab with another open tab.
Details
Installs
- Total 47K
- Win 21K
- Mac 17K
- Linux 9K
Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 8 | 14 | 3 | 9 | 11 | 5 | 5 | 5 | 7 | 13 | 4 | 4 | 6 | 2 | 5 | 5 | 7 | 7 | 8 | 2 | 4 | 8 | 6 | 7 | 3 | 7 | 1 | 3 | 3 | 5 | 8 | 13 | 3 | 0 | 2 | 5 | 7 | 9 | 8 | 6 | 5 | 0 | 8 | 5 | 11 | 11 |
Mac | 4 | 16 | 9 | 13 | 9 | 2 | 1 | 6 | 14 | 14 | 9 | 11 | 2 | 3 | 10 | 10 | 9 | 9 | 8 | 4 | 1 | 5 | 9 | 17 | 13 | 9 | 4 | 3 | 8 | 6 | 10 | 5 | 11 | 1 | 1 | 9 | 5 | 10 | 5 | 4 | 0 | 2 | 10 | 7 | 6 | 11 |
Linux | 2 | 5 | 3 | 4 | 2 | 0 | 3 | 3 | 6 | 4 | 1 | 3 | 1 | 0 | 1 | 6 | 4 | 4 | 3 | 0 | 4 | 1 | 2 | 1 | 6 | 2 | 1 | 1 | 3 | 1 | 0 | 7 | 3 | 1 | 0 | 3 | 1 | 2 | 3 | 4 | 0 | 2 | 1 | 6 | 7 | 4 |
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: