You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
`diff-so-fancy` strives to make your diffs **human** readable instead of machine readable. This helps improve code quality and helps you spot defects faster.
4
4
5
-
6
5
## Screenshot
7
6
8
7
Vanilla `git diff` vs `git` and `diff-so-fancy`
@@ -11,10 +10,11 @@ Vanilla `git diff` vs `git` and `diff-so-fancy`
11
10
12
11
## Install
13
12
14
-
Installation is as simple as downloading the [`diff-so-fancy`](https://raw.githubusercontent.com/so-fancy/diff-so-fancy/master/third_party/build_fatpack/diff-so-fancy) script to a directory in your path.
15
-
Windows users may need to install [MinGW](https://sourceforge.net/projects/mingw/files/) or the [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
13
+
Installation is as simple as cloning this repo and then putting the `diff-so-fancy` script in to your `$PATH`. The `lib/` directory will need to be kept relative to the core script.
14
+
15
+
`diff-so-fancy` is also available from NPM, Nix, brew, and as a package on Arch and Debian Linux.
16
16
17
-
`diff-so-fancy` is also available from NPM, Nix, brew, and as a package on Arch Linux.
17
+
**Note:** Windows users may need to install [MinGW](https://sourceforge.net/projects/mingw/files/) or the [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
18
18
19
19
## Usage
20
20
@@ -86,6 +86,16 @@ By default, the separator for the file header spans the full width of the termin
Pull requests are quite welcome, and should target the [`next` branch](https://github.com/so-fancy/diff-so-fancy/tree/next). We are also looking for any feedback or ideas on how to make `diff-so-fancy` even *fancier*.
0 commit comments