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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# diff-so-fancy [](https://circleci.com/gh/so-fancy/diff-so-fancy)[](https://travis-ci.org/so-fancy/diff-so-fancy)[](https://ci.appveyor.com/project/stevemao/diff-so-fancy/branch/master)
1
+
# 🕶️ diff-so-fancy [](https://circleci.com/gh/so-fancy/diff-so-fancy)[](https://travis-ci.org/so-fancy/diff-so-fancy)[](https://ci.appveyor.com/project/stevemao/diff-so-fancy/branch/master)
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
-
## Screenshot
5
+
## 🖼️ Screenshot
6
6
7
7
Vanilla `git diff` vs `git` and `diff-so-fancy`
8
8
9
9

10
10
11
-
## Install
11
+
## 📦 Install
12
12
13
13
Simply copy the `diff-so-fancy` script from the latest release into your `$PATH` and you're done. Alternately to test development features you can clone this repo and then put the `diff-so-fancy` script (symlink will work) into your `$PATH`. The `lib/` directory will need to be kept relative to the core script.
14
14
@@ -20,7 +20,7 @@ Issues relating to packaging ("installation does not work", "version is out of d
20
20
21
21
**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).
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*.
127
127
@@ -132,11 +132,11 @@ Pull requests are quite welcome, and should target the [`next` branch](https://g
132
132
*[Hacking and Testing](hacking-and-testing.md)
133
133
*[History](history.md)
134
134
135
-
## Alternatives
135
+
## 🔃 Alternatives
136
136
137
137
*[Delta](https://github.com/dandavison/delta)
138
138
*[Lazygit](https://github.com/jesseduffield/lazygit) with diff-so-fancy [integration](https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md#diff-so-fancy)
0 commit comments