All Projects → bomsy → brackets-compare

bomsy / brackets-compare

Licence: MIT license
Brackets extension to diff files.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to brackets-compare

brackets-zurb-foundation
This Brackets extension adds the Zurb Foundation basic template to an empty new file.
Stars: ✭ 30 (-38.78%)
Mutual labels:  brackets, brackets-extension
bootstrap-starter-template
Bootstrap Starter Template for Brackets
Stars: ✭ 33 (-32.65%)
Mutual labels:  brackets, brackets-extension
brackets-tools
Brackets developer tools extension
Stars: ✭ 60 (+22.45%)
Mutual labels:  brackets, brackets-extension
atom-hg
Mercurial support for Atom text editor. Works on Linux, Mac OS X and Windows.
Stars: ✭ 27 (-44.9%)
Mutual labels:  diff
open-md-gateway
Diff协议行情网关, 支持实时行情和历史行情
Stars: ✭ 18 (-63.27%)
Mutual labels:  diff
CIBYL
Lightweight curly-bracket language which compiles to Ruby and Crystal.
Stars: ✭ 45 (-8.16%)
Mutual labels:  brackets
raincoat
Raincoat has you covered when you can't stay DRY
Stars: ✭ 27 (-44.9%)
Mutual labels:  diff
Micro
🏎Fast diffing and type safe SwiftUI style data source for UICollectionView
Stars: ✭ 77 (+57.14%)
Mutual labels:  diff
diff-parser
A parser for unified diffs
Stars: ✭ 22 (-55.1%)
Mutual labels:  diff
got
An enjoyable golang test framework.
Stars: ✭ 234 (+377.55%)
Mutual labels:  diff
devops-ninja
This is a collection of some very useful command-line commands that eases the life of a DevOps Engineer.
Stars: ✭ 27 (-44.9%)
Mutual labels:  diff
brackets-htmlhint
Brackets wrapper for HTMLHint
Stars: ✭ 29 (-40.82%)
Mutual labels:  brackets
v-code-diff
A vue code diff display plugin, support Vue2 / Vue3
Stars: ✭ 93 (+89.8%)
Mutual labels:  diff
jQuery-Merge-for-php-diff
A client side merge tool for JBlonds PHP-Diff @ https://github.com/JBlond/php-diff.
Stars: ✭ 74 (+51.02%)
Mutual labels:  diff
go-fastly-cli
CLI tool for interacting with Fastly CDN services via official REST API.
Stars: ✭ 14 (-71.43%)
Mutual labels:  diff
deltaq
Fast and portable delta encoding for .NET in 100% safe, managed code.
Stars: ✭ 26 (-46.94%)
Mutual labels:  diff
AnyDiff
A CSharp (C#) diff library that allows you to diff two objects and get a list of the differences back.
Stars: ✭ 80 (+63.27%)
Mutual labels:  diff
ncdu-diff
ncdu fork that can compare and diff results
Stars: ✭ 21 (-57.14%)
Mutual labels:  diff
differ
Electron application to compare two directories
Stars: ✭ 48 (-2.04%)
Mutual labels:  diff
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (+61.22%)
Mutual labels:  diff

brackets-compare

This brackets extension enables diffing and comparing files.

install

usage

'Show diff mode off'

  • 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 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 which is built using the google diff match patch.

Also uses the free glyphicons from the bootstrap library.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].