← all formulas
podiff
Compare textual information in two PO files
- Version
- v1.4
- License
- GPL-3.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install podiffCaveats
To use with git, add this to your .git/config or global git config file:
[diff "podiff"]
command = $HOMEBREW_PREFIX/bin/podiff -D-u
Then add the following line to the .gitattributes file in
the directory with your PO files:
*.po diff=podiff
See `man podiff` for more information.