ports/textproc/riffdiff/pkg-descr
mew14930xvi 1181d23c28 textproc/riffdiff: update 3.4.1 → 3.4.2; update pager dependency to textproc/moor
PR:	290183
Submitted by:	Hiroki Tagato <tagattie@FreeBSD.org> (initial patch changing dependency)
2025-10-18 12:41:09 -07:00

8 lines
284 B
Plaintext

Riff is a wrapper around 'diff' that highlights which parts of lines have
changed.
Much like 'git', riff sends its output to a pager, trying these in order:
1. whatever is specified in the '$PAGER' environment variable
2. 'moor' because it is nice
3. 'less' because it is ubiquitous