A terminal-based tool for viewing colored, incremental diffs either from stdin or by comparing two files, supporting side-by-side and unified modes with auto-paging. Current version 1.5, requires Python >=3.3. Releases are infrequent.
pip install ydiffNo compatibility data collected yet for this library.
ydiff is not designed as an importable Python module; it is meant to be run from the command line. Use subprocess to invoke it from Python.
Use subprocess to run ydiff as an external command.
Use the modern flags: 'ydiff -m' or 'ydiff --side-by-side'.
Use subprocess to run ydiff: subprocess.run(['ydiff', ...])
Run 'ydiff --help' to see current valid options.
No dependency data recorded yet.