Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bomsy/brackets-compare
Brackets extension to diff files.
https://github.com/bomsy/brackets-compare
brackets brackets-extension diff diffmatchpatch javascript
Last synced: 18 days ago
JSON representation
Brackets extension to diff files.
- Host: GitHub
- URL: https://github.com/bomsy/brackets-compare
- Owner: bomsy
- License: mit
- Created: 2014-05-16T16:47:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:31:02.000Z (over 1 year ago)
- Last Synced: 2024-10-14T10:51:44.246Z (about 1 month ago)
- Topics: brackets, brackets-extension, diff, diffmatchpatch, javascript
- Language: JavaScript
- Homepage:
- Size: 2.32 MB
- Stars: 50
- Watchers: 12
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brackets-compare
This brackets extension enables diffing and comparing files.## install
## usage
!['Show diff mode off'](/before_edited.png)
* Click `View` and `Vertical Split or Horizontal Split` (To make sure files to be compared are visible)
* Select the files to be compared into each of the splits by clicking on the split section and then clicking the file
* Click on the `Show diff` button in the toolbar on the right (as shown in the image above), to switch on diff mode.!['Show diff mode on'](/after_edited.png)
* After viewing diffs, click the `Hide diff` button in the toolbar on the right (as show in the image above) to switch off diff mode.## contributing
## dependencies & acknowledgements
This makes use of the [Codemirror Merge Addon](http://codemirror.net/3/doc/manual.html#addon_merge) which is built
using the [google diff match patch](https://code.google.com/archive/p/google-diff-match-patch/).Also uses the free [glyphicons](http://glyphicons.com/) from the bootstrap library.