zeemyst@lemmy.mltoOpen Source@lemmy.ml•What open source programs do you recommend for Windows? (Windows exclusive or not)
2·
1 year agoWinMerge, the best diffing tool out there.
WinMerge, the best diffing tool out there.
It’s not stable and therefore introduces breaking changes. They clearly mention this on their README.
This project has reached a minimum-viable-product level of quality. Many people use it as their daily driver, but it may be unstable for some commands. Nu’s design is subject to change as it matures.
I’ve been happily using Nushell for a long time: https://github.com/nushell/nushell
One great thing about scoop is that downgrading an app is very easy. You can also manage multiple versions of a runtime, for example, you can install multiple Node.js versions and switch between them with
scoop reset
command.