All Projects → madushadhanushka → differ

madushadhanushka / differ

Licence: other
Electron application to compare two directories

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to differ

Deepdiff
Deep Difference and search of any Python object/data.
Stars: ✭ 985 (+1952.08%)
Mutual labels:  diff, comparison
ncdu-diff
ncdu fork that can compare and diff results
Stars: ✭ 21 (-56.25%)
Mutual labels:  diff, comparison
Sirix
SirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Stars: ✭ 638 (+1229.17%)
Mutual labels:  diff, comparison
React Gh Like Diff
➕➖ The react component to generate pretty HTML for comparing commits or text.
Stars: ✭ 97 (+102.08%)
Mutual labels:  diff, comparison
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (+129.17%)
Mutual labels:  diff, comparison
speech-recognition-evaluation
Evaluate results from ASR/Speech-to-Text quickly
Stars: ✭ 25 (-47.92%)
Mutual labels:  diff, comparison
Sitediff
SiteDiff makes it easy to see differences between two versions of a website.
Stars: ✭ 139 (+189.58%)
Mutual labels:  diff, comparison
microdiff
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Stars: ✭ 3,138 (+6437.5%)
Mutual labels:  diff, comparison
hyperdiff
Find common, removed and added element between two collections.
Stars: ✭ 14 (-70.83%)
Mutual labels:  comparison
arabic-text-diacritization
Benchmark Arabic text diacritization dataset
Stars: ✭ 41 (-14.58%)
Mutual labels:  comparison
open-md-gateway
Diff协议行情网关, 支持实时行情和历史行情
Stars: ✭ 18 (-62.5%)
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 (+66.67%)
Mutual labels:  diff
stringosim
String similarity functions, String distance's, Jaccard, Levenshtein, Hamming, Jaro-Winkler, Q-grams, N-grams, LCS - Longest Common Subsequence, Cosine similarity...
Stars: ✭ 47 (-2.08%)
Mutual labels:  comparison
go-patchutils
go-patchutils is a library written in Go to show differences in source and diff files.
Stars: ✭ 19 (-60.42%)
Mutual labels:  diff
go-fastly-cli
CLI tool for interacting with Fastly CDN services via official REST API.
Stars: ✭ 14 (-70.83%)
Mutual labels:  diff
Seiyuu.moe
A webpage searching for collaborate works between seiyuu.
Stars: ✭ 15 (-68.75%)
Mutual labels:  comparison
diff-parser
A parser for unified diffs
Stars: ✭ 22 (-54.17%)
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 (+54.17%)
Mutual labels:  diff
atom-hg
Mercurial support for Atom text editor. Works on Linux, Mac OS X and Windows.
Stars: ✭ 27 (-43.75%)
Mutual labels:  diff
got
An enjoyable golang test framework.
Stars: ✭ 234 (+387.5%)
Mutual labels:  diff

DIFFER

Smart file comparison tool

This is an electron based application to compare files in two directories. Additianal to the nomal file comparison, this tool also provide support to compare two xml,property or json file changes whithout considering structural positions.

Online version available at Differ

Structural Comparison Supported File types

  1. XML
  2. JSON
  3. Properties

Screen Shot

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

Download

Download the latest binary distribution for your relavant platform.

Incase of Failure

  • Please makesure to set the execution permission for linux if it is not already set.
chmod +x differ
  • If you do not already install electron in your machine, then you need to have all lib files which included in the zipped folder to run this application.
  • If you have face any problem of using this application, please raise your issue as a Github issue.
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].