An open API service indexing awesome lists of open source software.

https://github.com/vaeth/diffhelp

A POSIX script acting as a frontend, beautifier, and path-fixer for diff -u
https://github.com/vaeth/diffhelp

beautifier diff frontend path-fixer shell wrapper

Last synced: 10 months ago
JSON representation

A POSIX script acting as a frontend, beautifier, and path-fixer for diff -u

Awesome Lists containing this project

README

          

# diffhelp

(C) Martin Väth (martin at mvath.de).
This project is under the BSD license 2.0 (“3-clause BSD license”).
SPDX-License-Identifier: BSD-3-Clause

A POSIX script acting as a frontend, beautifier, and path-fixer for `diff -u`

Use `diffhelp -h` to get help.

### Installation

For installation, copy the content of `bin/` with executable permissions into
your `$PATH`. To obtain support for __zsh completion__, copy the content of
`zsh/` to a directory of your zsh's `$fpath`.

For Gentoo, there is an ebuild in the mv overlay (available over layman).