Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenntt/sublimerge
Sublimerge is a Sublime Text 2 plugin which allows to diff and merge files DIRECTLY in the editor using graphical interface for that purpose. UNMAINTAINED, check the website for support and ST3 version.
https://github.com/lenntt/sublimerge
Last synced: about 5 hours ago
JSON representation
Sublimerge is a Sublime Text 2 plugin which allows to diff and merge files DIRECTLY in the editor using graphical interface for that purpose. UNMAINTAINED, check the website for support and ST3 version.
- Host: GitHub
- URL: https://github.com/lenntt/sublimerge
- Owner: lenntt
- Created: 2012-11-29T15:47:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T13:08:41.000Z (almost 12 years ago)
- Last Synced: 2023-03-22T17:48:36.778Z (over 1 year ago)
- Language: Python
- Homepage: http://www.sublimerge.com/
- Size: 116 KB
- Stars: 13
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublimerge
==========Sublimerge is a Sublime Text 2 plugin which allows to diff and merge files DIRECTLY in the editor using graphical interface for that purpose.
If file is under GIT or SVN it is now possible to compare it with its other revisions. This is experimental feature and can be simply
turned off via package settings (vcs_support). Please report any problems with this feature. Requires svn or git to be installed.![Sublimerge](http://cloud.github.com/downloads/borysf/Sublimerge/Screenshot2.png "Sublimerge")
Default key bindings (platform independent)
------------------------------------------`[ctrl]+[alt]+[d]` - open files menu to select the file you wish diff the current file to
`[ctrl]+[alt]+[,]` - merge the change from right to left
`[ctrl]+[alt]+[.]` - merge the change from left to right`[ctrl]+[alt]+[/] + [ctrl]+[alt]+[,]` - merge all changes from right to left
`[ctrl]+[alt]+[/] + [ctrl]+[alt]+[.]` - merge all changes from left to right`[ctrl]+[alt]+[=]` or `[ctrl]+[alt]+[pagedown]` - go to the next difference
`[ctrl]+[alt]+[-]` or `[ctrl]+[alt]+[pageup]` - go to the previous differenceInstallation
------------If you are using Will Bond's Package Control, you can easily install Sublimerge with `Package Control: Install Package`.
Otherwise you can simply clone this repo in Sublime Text 2' Packages directory.--
Because this is my first Sublime Text 2 plugin and the first Python code I have ever written, probably some things could be done
better. So any feedback is welcome!https://github.com/borysf/Sublimerge
[email protected]
http://borysforytarz.pl