Giter VIP home page Giter VIP logo

tanyeun / diffuse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peteristhegreat/diffuse

0.0 0.0 0.0 1.41 MB

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.

License: GNU General Public License v2.0

Shell 0.10% Python 70.70% XSLT 0.74% CSS 0.05% Inno Setup 1.14% Roff 27.27%

diffuse's Introduction

Diffuse
Version 0.4.8

Copyright (C) 2006-2014 Derrick Moser <[email protected]>

----

Diffuse is a graphical tool for merging and comparing text files.  Diffuse is
able to compare an arbitrary number of files side-by-side and gives users the
ability to manually adjust line matching and directly edit files.  Diffuse can
also retrieve revisions of files from Bazaar, CVS, Darcs, Git, Mercurial,
Monotone, RCS, Subversion, and SVK repositories for comparison and merging.

Some key features of Diffuse:
- ability to compare and merge an arbitrary number of files side-by-side (n-way merges)
- line matching can be manually corrected by the user
- ability to directly edit files
- syntax highlighting
- Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK support
- Unicode support
- unlimited undo
- easy keyboard navigation

----

Requirements:

- Python >= 2.4
- PyGTK >= 2.10

----

Diffuse is implemented entirely in Python and should run on any platform with
Python and PyGTK.  If you need to manually install PyGTK, please be aware its
dependencies should be installed prior to installing PyGTK.

Diffuse can be run directly from an untared source distribution on any POSIX
system or installed with the instructions described in the next section.

The location of the personal preferences, state, and initialisation files have
changed in the 0.4.1 release.  Old settings may be migrated using the following
commands:

  $ mkdir -p ~/.config/diffuse
  $ mv ~/.diffuse/config ~/.config/diffuse/state
  $ mv ~/.diffuse/* ~/.config/diffuse
  $ rmdir ~/.diffuse

The rules for parsing files in ~/.diffuse changed in the 0.3.0 release.
Non-fatal errors may be reported when parsing old files.  These errors can be
fixed by removing the offending lines (or the entire file) from
~/.config/diffuse/diffuserc.

----

Installing on POSIX systems:

Run the 'install.py' script to install Diffuse.  The script accepts several
options for customising the installation behaviour.  Use the '--help' option
to obtain a full listing.

Diffuse can be removed by running the 'install.py' script with the '--remove'
option.

Specify the '--destdir=' and '--files-only' options for the 'install.py'
script when using it to build a platform specific package of Diffuse.

----

Installing on Windows:

The 'windows-installer' directory contains scripts for building an installable
package for Windows that includes all dependencies.

Diffuse can be packaged as a portable application by copying the installation
directory to a pen drive and creating a front end that sets the XDG_CONFIG_HOME
and XDG_DATA_DIR environment variables prior to launching Diffuse.  The
XDG_CONFIG_HOME and XDG_DATA_DIR environment variables indicate where Diffuse
should store persistent settings (eg. the path to a writable directory on the
pen drive).

----

Help Documentation:

Diffuse's help documentation is written in the DocBook format and can be easily
converted into other formats using XSLT stylesheets.  If the local help
documentation or its browser are unavailable, Diffuse will attempt to display
the on-line help documentation using a web browser.

diffuse's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.