All Projects → junghans → cwdiff

junghans / cwdiff

Licence: other
A (w)diff wrapper to support directories and colorize the output

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to cwdiff

gg
Git with less typing
Stars: ✭ 55 (+161.9%)
Mutual labels:  mercurial
Vim Signify
➕ Show a diff using Vim its sign column.
Stars: ✭ 2,390 (+11280.95%)
Mutual labels:  mercurial
Nbdime
Tools for diffing and merging of Jupyter notebooks.
Stars: ✭ 2,135 (+10066.67%)
Mutual labels:  mercurial
Pretty Quick
⚡ Get Pretty Quick
Stars: ✭ 1,766 (+8309.52%)
Mutual labels:  mercurial
Joe
🏃 A .gitignore magician in your command line
Stars: ✭ 2,788 (+13176.19%)
Mutual labels:  mercurial
bitbucket-hg-exporter
A tool for exporting all project data from a BitBucket mercurial repository
Stars: ✭ 19 (-9.52%)
Mutual labels:  mercurial
sql-source-control
Simple CLI for getting SQL into source control systems.
Stars: ✭ 49 (+133.33%)
Mutual labels:  mercurial
libvcs
⚙️ Lite, typed, pythonic utilities for git, svn, mercurial, etc.
Stars: ✭ 43 (+104.76%)
Mutual labels:  mercurial
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+123.81%)
Mutual labels:  mercurial
atom-hg
Mercurial support for Atom text editor. Works on Linux, Mac OS X and Windows.
Stars: ✭ 27 (+28.57%)
Mutual labels:  mercurial
Commit
Commit message editor
Stars: ✭ 102 (+385.71%)
Mutual labels:  mercurial

(w)diff wrapper to support directories and colorize the output

Documentation

Usage with mercurial

  • add cwdiff.rc to your ~/.hgrc or /etc/mercurial/hgrc.d/

or

  • Download cwdiff
  • Enable ExtdiffExtension (in ~/.hgrc):
[extensions]
extdiff =
  • Add wdiff command (in ~/.hgrc):
[extdiff]
# if cwdiff is in your path, otherwise set to wherever you've installed cwdiff
cmd.wdiff = cwdiff
#add --no-color below, if you dislike colors!
opts.wdiff = --diff --ab
  • Run
$ hg wdiff

Packages

Packages are available for:

Issues

Report bugs on the github issues site

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].