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
- Host: GitHub
- URL: https://github.com/vaeth/diffhelp
- Owner: vaeth
- Created: 2012-02-04T13:16:18.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T11:06:59.000Z (over 4 years ago)
- Last Synced: 2025-01-31T17:08:35.904Z (12 months ago)
- Topics: beautifier, diff, frontend, path-fixer, shell, wrapper
- Language: Shell
- Homepage: http://www.mathematik.uni-wuerzburg.de/~vaeth/download/index.html#diffhelp
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).