diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-03-07 18:09:29 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2020-03-07 18:09:29 -0500 |
commit | 9198e80747d842ffd8c5d8bc5f104b80649a811a (patch) | |
tree | d6c2f849e1d47b8539db6fbe3a702103873a4775 | |
parent | ea8b29a0a7144166e0950a0d2a1e0d43176a3c06 (diff) |
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,10 @@ # pwsh-diff +> This project has been "soft-abandoned," because it turns out (perhaps unsurprisingly) that +> `less`-for-Windows has the same limitations as Perl-for-Windows with respect to color control +> codes, and there are really no other suitable pagers. I would consider resuming work on this, were +> a decent Windows-native pager to appear; if you know something I don't, please open an issue! + `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, @@ -8,8 +13,6 @@ to [get along](https://github.com/microsoft/terminal/issues/4738) when it comes to ANSI coloring. -This project is still in early development. - ## Installation Make sure you have PowerShell Core (`pwsh.exe`) in your `PATH` somewhere. Then, copy the `pwsh-diff` |