From 3b9d3da864e5096f8c925f4b9f1fd609e3cf5571 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sat, 29 Feb 2020 23:01:59 -0500 Subject: Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3