We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
less
1 parent a88bb6f commit e8b7042Copy full SHA for e8b7042
README.md
@@ -63,6 +63,14 @@ fancydiff setup [--local] [--aliases]
63
More details [here](doc/git-configuration.md) about how the Git configuration is modified
64
to enable Fancydiff.
65
66
+## Using with `less`, independent of Git
67
+
68
+Add the following line to one of your shell initialization scripts:
69
70
+```
71
+export LESSOPEN="|fancydiff file %s -e"
72
73
74
## Limitations
75
76
* Too few source code languages are supported (currently: C/C++, Haskell,
0 commit comments