diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-02-29 23:01:59 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2020-02-29 23:01:59 -0500 |
commit | 3b9d3da864e5096f8c925f4b9f1fd609e3cf5571 (patch) | |
tree | 4200848f5a9a70f422d5d6186daa12d027d41950 | |
parent | 400bd246f83acd8bccd607775dc4563071b06c48 (diff) |
Add README
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7799fd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# pwsh-diff + +`pwsh-diff` aims to serve as a PowerShell-based alternative to +[diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight) +(and, eventually, +[diff-so-fancy](https://github.com/so-fancy/diff-so-fancy)) on Windows, because Perl and Windows +[don't](https://github.com/so-fancy/diff-so-fancy/issues/361) seem to +[get along](https://github.com/microsoft/terminal/issues/4738) when it comes to ANSI coloring. + +This project is still in early development. + +## Acknowledgements + +Much of the requisite logic has been adapted directly from the aforementioned +[diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight) +and +[diff-so-fancy](https://github.com/so-fancy/diff-so-fancy).
\ No newline at end of file |